Update install.sh

This commit is contained in:
FusionPBX
2017-04-23 03:29:01 -06:00
committed by GitHub
parent 923a7e7c29
commit 95bf141d69

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# CentOS 7 install, no arm arch support # CentOS 7 install
#move to script directory so all relative paths work #move to script directory so all relative paths work
cd "$(dirname "$0")" cd "$(dirname "$0")"
@@ -17,11 +17,7 @@ yum -y update && yum -y upgrade
yum -y install ntp htop epel-release vim openssl yum -y install ntp htop epel-release vim openssl
# Disable SELinux # Disable SELinux
verbose "Disabling SELinux" resources/selinux.sh
warning "Reboot required after installation completes"
setenforce 0
sed -i 's/\(^SELINUX=\).*/\SELINUX=disabled/' /etc/selinux/config
verbose "SELinux disabled"
#FusionPBX #FusionPBX
resources/fusionpbx.sh resources/fusionpbx.sh
@@ -52,7 +48,6 @@ systemctl restart freeswitch
systemctl restart php-fpm systemctl restart php-fpm
systemctl restart nginx systemctl restart nginx
systemctl restart fail2ban systemctl restart fail2ban
verbose "Restart of service complete"
#add the database schema, user and groups #add the database schema, user and groups
resources/finish.sh resources/finish.sh