From 968dcbc0d0e30b6ac07ba0a043c470ce4b3fcec2 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 11 Jan 2017 21:12:21 -0700 Subject: [PATCH] Update install.sh --- debian/install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/install.sh b/debian/install.sh index 4f57f9c..2b6ca2e 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -91,6 +91,9 @@ apt-get upgrade && apt-get update -y --force-yes #IPTables resources/iptables.sh +#FusionPBX +resources/fusionpbx.sh + #NGINX web server resources/nginx.sh @@ -149,14 +152,11 @@ resources/postgres.sh #set the ip address server_address=$(hostname -I) -#FusionPBX -resources/fusionpbx.sh - #restart services systemctl daemon-reload -systemctl try-restart freeswitch systemctl restart php5-fpm systemctl restart nginx systemctl restart fail2ban - +#add the database schema, user and groups +resources/finish.sh