Browse Source

Update selinux.sh

FusionPBX 8 years ago
parent
commit
923a7e7c29
1 changed files with 0 additions and 7 deletions
  1. 0 7
      centos/resources/selinux.sh

+ 0 - 7
centos/resources/selinux.sh

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