diff --git a/install.sh b/install.sh index 63468250b5..b1aa063461 100755 --- a/install.sh +++ b/install.sh @@ -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