Restart php fpm in finish.sh.
This commit is contained in:
parent
2deae6ec45
commit
d227f00498
|
|
@ -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 ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue