Merge pull request #771 from StingRayZA/master

Changed SELinux/semanage error to fatal
pull/782/head
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
1 changed files with 1 additions and 1 deletions

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