diff --git a/scripts/install_server.sh b/scripts/install_server.sh index d222f33d6c..0c85dc7f22 100644 --- a/scripts/install_server.sh +++ b/scripts/install_server.sh @@ -465,7 +465,7 @@ check_environment_systemd() { } check_environment_selinux() { - if ! has_command chcon; then + if ! has_command getenforce; then return fi