From 9c7f0ace3c6ff446808589b6d56518562d87c348 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 17 Feb 2019 09:06:33 -0700 Subject: [PATCH] Update install.sh --- debian/install.sh | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/debian/install.sh b/debian/install.sh index 3175889..2b95d59 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -56,23 +56,5 @@ resources/postgresql.sh #set the ip address server_address=$(hostname -I) -#restart services -systemctl daemon-reload -if [ ."$php_version" = ."5.6" ]; then - service php5-fpm restart -fi -if [ ."$php_version" = ."7.0" ]; then - service php7.0-fpm restart -fi -if [ ."$php_version" = ."7.1" ]; then - service php7.1-fpm restart -fi -if [ ."$php_version" = ."7.2" ]; then - service php7.2-fpm restart -fi - -service nginx restart -service fail2ban restart - #add the database schema, user and groups resources/finish.sh