소스 검색

Restart php fpm in finish.sh.

FusionPBX 3 년 전
부모
커밋
d227f00498
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      debian/resources/finish.sh

+ 2 - 0
debian/resources/finish.sh

@@ -100,6 +100,8 @@ cd /var/www/fusionpbx && php /var/www/fusionpbx/core/upgrade/upgrade_domains.php
 #restart freeswitch
 #restart freeswitch
 /bin/systemctl daemon-reload
 /bin/systemctl daemon-reload
 /bin/systemctl restart freeswitch
 /bin/systemctl restart freeswitch
+/bin/systemctl restart php${php_version}-fpm
+
 
 
 #welcome message
 #welcome message
 echo ""
 echo ""