From af0fa4e0bcb06672b1ed62085fbf4f30fdb7f2b8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 24 Jun 2017 11:50:47 -0600 Subject: [PATCH] Update finish.sh --- freebsd/resources/finish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/freebsd/resources/finish.sh b/freebsd/resources/finish.sh index eb86e79..95cba52 100755 --- a/freebsd/resources/finish.sh +++ b/freebsd/resources/finish.sh @@ -111,6 +111,7 @@ if [ .$switch_enabled = .'true' ]; then sed -i' ' -e s:"{v_pass}:$xml_cdr_password:" $conf_dir/autoload_configs/xml_cdr.conf.xml #restart freeswitch + service freeswitch stop service freeswitch start fi