servisys / ispconfig_setup

ISPConfig autoinstaller and setup
GNU General Public License v3.0
509 stars 257 forks source link

Update preinstallcheck.sh #281

Closed smoonlee closed 5 years ago

smoonlee commented 5 years ago

Updated CentOS preinstallcheck

if [ "$(getsebool 2>&1)" != "getsebool: SELinux is disabled" ]; then

This requires a double sapce between getsebool: SELinux otherwise it fails the check

servisys commented 5 years ago

Thank you! :)