Update install.sh

Change restart php-fpm to php5-fpm
This commit is contained in:
FusionPBX 2016-05-26 17:56:05 -06:00
parent 55c5812050
commit b37d3c338a
1 changed files with 1 additions and 1 deletions

2
debian/install.sh vendored
View File

@ -81,7 +81,7 @@ server_address=$(hostname -I)
/bin/systemctl daemon-reload
/bin/systemctl try-restart freeswitch
/bin/systemctl daemon-reload
/bin/systemctl restart php-fpm
/bin/systemctl restart php5-fpm
/bin/systemctl restart nginx
/bin/systemctl restart fail2ban