From 95bf141d6969a6d933c76813f2398cf84481d9c6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 23 Apr 2017 03:29:01 -0600 Subject: [PATCH] Update install.sh --- centos/install.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/centos/install.sh b/centos/install.sh index d6a291f..5f59c31 100755 --- a/centos/install.sh +++ b/centos/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -# CentOS 7 install, no arm arch support +# CentOS 7 install #move to script directory so all relative paths work cd "$(dirname "$0")" @@ -17,11 +17,7 @@ yum -y update && yum -y upgrade yum -y install ntp htop epel-release vim openssl # Disable SELinux -verbose "Disabling SELinux" -warning "Reboot required after installation completes" -setenforce 0 -sed -i 's/\(^SELINUX=\).*/\SELINUX=disabled/' /etc/selinux/config -verbose "SELinux disabled" +resources/selinux.sh #FusionPBX resources/fusionpbx.sh @@ -52,7 +48,6 @@ systemctl restart freeswitch systemctl restart php-fpm systemctl restart nginx systemctl restart fail2ban -verbose "Restart of service complete" #add the database schema, user and groups resources/finish.sh