From 7f5e56e91a8661ff739126570f22a09ad05d0dc8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 25 Jun 2017 20:58:06 -0600 Subject: [PATCH] Update switch.sh --- freebsd/resources/switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/resources/switch.sh b/freebsd/resources/switch.sh index 61a4027..0ea33f5 100755 --- a/freebsd/resources/switch.sh +++ b/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