From 5a79599a962cc73bcc5ab2a4a45c029eb7985897 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 23 Apr 2017 03:04:12 -0600 Subject: [PATCH] Update install.sh --- centos/install.sh | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/centos/install.sh b/centos/install.sh index a2f9b50..b90036f 100755 --- a/centos/install.sh +++ b/centos/install.sh @@ -9,8 +9,6 @@ cd "$(dirname "$0")" . ./resources/config.sh . ./resources/colors.sh - - # Update CentOS verbose "Updating CentOS" yum -y update && yum -y upgrade @@ -41,15 +39,11 @@ resources/nginx.sh #PHP/PHP-FPM resources/php.sh -#IPTables +#Firewalld resources/firewalld.sh -# FusionPBX to FreeSWITCH configs -verbose "Configuring freeswitch" -resources/switch/conf-copy.sh -resources/switch/package-permissions.sh -resources/switch/package-systemd.sh -verbose "freeswitch configured" +#FreeSWITCH +resources/switch.sh #Fail2ban resources/fail2ban.sh