Update selinux.sh
This commit is contained in:
parent
05a6714ed3
commit
ce6b54035a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue