From b37d3c338ad8b1130e4c62e24e01741b3d2fef78 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 May 2016 17:56:05 -0600 Subject: [PATCH] Update install.sh Change restart php-fpm to php5-fpm --- debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/install.sh b/debian/install.sh index 50568f2..4eef32a 100755 --- a/debian/install.sh +++ b/debian/install.sh @@ -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