Update switch.sh

This commit is contained in:
FusionPBX
2017-06-24 18:39:50 -06:00
committed by GitHub
parent 9a6b9f136a
commit 65b63122dc

View File

@@ -37,3 +37,10 @@ fi
#restart the service
service freeswitch restart
#waiting to start
echo "Allowing time for FreeSWITCH to start";
for i in `seq 1 8`; do
echo $i
sleep 1
done