Browse Source

Update switch.sh

FusionPBX 8 năm trước cách đây
mục cha
commit
7f5e56e91a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      freebsd/resources/switch.sh

+ 1 - 1
freebsd/resources/switch.sh

@@ -39,7 +39,7 @@ service freeswitch restart
 
 
 #waiting to start
 #waiting to start
 echo "Allow time for FreeSWITCH to start";
 echo "Allow time for FreeSWITCH to start";
-for i in `seq 1 8`; do
+for i in `seq 1 3`; do
 	echo $i
 	echo $i
 	sleep 1
 	sleep 1
 done
 done