浏览代码

Update switch.sh

FusionPBX 8 年之前
父节点
当前提交
7f5e56e91a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      freebsd/resources/switch.sh

+ 1 - 1
freebsd/resources/switch.sh

@@ -39,7 +39,7 @@ service freeswitch restart
 
 #waiting 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
 	sleep 1
 done