Update selinux.sh

This commit is contained in:
FusionPBX 2017-04-23 04:29:48 -06:00 committed by GitHub
parent 05a6714ed3
commit ce6b54035a
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
#!/bin/sh
# Disable SELinux
#move to script directory so all relative paths work
cd "$(dirname "$0")"
#includes
. ./config.sh
. ./colors.sh
#disable SELinux
verbose "Disabling SELinux"
warning "Reboot required after installation completes"
setenforce 0