Update install.sh

This commit is contained in:
FusionPBX
2017-04-01 17:08:38 -06:00
committed by GitHub
parent 11a5514d4c
commit aaf7351f3b

View File

@@ -40,12 +40,7 @@ resources/postgres.sh
server_address=$(hostname -I)
#restart services
if [ ."$php_version" = ."5" ]; then
service php5-fpm restart
fi
if [ ."$php_version" = ."7" ]; then
service php7.0-fpm restart
fi
service php-fpm restart
service nginx restart
service fail2ban restart