Update finish.sh

This commit is contained in:
FusionPBX 2017-06-24 19:10:19 -06:00 committed by GitHub
parent 392b866f82
commit 4bd0b4e005
1 changed files with 7 additions and 2 deletions

View File

@ -110,8 +110,13 @@ if [ .$switch_enabled = .'true' ]; then
sed -i' ' -e s:"{v_user}:$xml_cdr_username:" $conf_dir/autoload_configs/xml_cdr.conf.xml
sed -i' ' -e s:"{v_pass}:$xml_cdr_password:" $conf_dir/autoload_configs/xml_cdr.conf.xml
#restart freeswitch
service freeswitch restart
#stop freeswitch
service freeswitch stop
sleep 2
#start freeswitch
service freeswitch start
sleep 3
fi
#welcome message