Merge pull request #771 from StingRayZA/master

Changed SELinux/semanage error to fatal
This commit is contained in:
Darren Shepherd 2019-08-28 20:20:05 -07:00 committed by GitHub
commit 5b7cd25cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -344,7 +344,7 @@ setup_binary() {
fi
$SUDO restorecon -v ${BIN_DIR}/k3s > /dev/null
else
error 'SELinux is enabled but semanage is not found'
fatal 'SELinux is enabled but semanage is not found'
fi
fi
fi