forked from norman/fusionpbx-install.sh-github-mirror
Update selinux.sh
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/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"
|
verbose "Disabling SELinux"
|
||||||
warning "Reboot required after installation completes"
|
warning "Reboot required after installation completes"
|
||||||
setenforce 0
|
setenforce 0
|
||||||
|
|||||||
Reference in New Issue
Block a user