From: Andreas Steffen Date: Mon, 31 Jan 2011 07:18:34 +0000 (+0100) Subject: move sleep into host start if statement X-Git-Tag: 4.5.1~86 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=35c58deb670cd192f73884f2bd8f6ecf4086f4e1 move sleep into host start if statement --- diff --git a/testing/scripts/kstart-umls b/testing/scripts/kstart-umls index 486955a..18dc64a 100755 --- a/testing/scripts/kstart-umls +++ b/testing/scripts/kstart-umls @@ -67,10 +67,10 @@ do \$SWITCH_${host} \ mem=${MEM}M con=pty con0=fd:0,fd:1" & cgecho "done" + sleep 15 fi let "x0+=dx" let "y0+=dy" - sleep 15 done if [ -z "$BOOTING_HOSTS" ] diff --git a/testing/scripts/xstart-umls b/testing/scripts/xstart-umls index 7171996..ed2662b 100755 --- a/testing/scripts/xstart-umls +++ b/testing/scripts/xstart-umls @@ -67,10 +67,10 @@ do \$SWITCH_${host} \ mem=${MEM}M con=pty con0=fd:0,fd:1" & cgecho "done" + sleep 15 fi let "x0+=dx" let "y0+=dy" - sleep 15 done if [ -z "$BOOTING_HOSTS" ]