浏览代码

Update install.sh

Change restart php-fpm to php5-fpm
FusionPBX 9 年之前
父节点
当前提交
b37d3c338a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debian/install.sh

+ 1 - 1
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