devuan: finish.sh: use /usr/sbin/service for restart
This commit is contained in:
parent
7fcdf5d3be
commit
959f9a84ea
|
|
@ -98,8 +98,7 @@ sed -i /etc/freeswitch/autoload_configs/xml_cdr.conf.xml -e s:"{v_pass}:$xml_cdr
|
||||||
cd /var/www/fusionpbx && php /var/www/fusionpbx/core/upgrade/upgrade.php
|
cd /var/www/fusionpbx && php /var/www/fusionpbx/core/upgrade/upgrade.php
|
||||||
|
|
||||||
#restart freeswitch
|
#restart freeswitch
|
||||||
/bin/systemctl daemon-reload
|
/usr/sbin/service freeswitch restart
|
||||||
/bin/systemctl restart freeswitch
|
|
||||||
|
|
||||||
#welcome message
|
#welcome message
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue