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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35c58deb670cd192f73884f2bd8f6ecf4086f4e1;p=thirdparty%2Fstrongswan.git move sleep into host start if statement --- diff --git a/testing/scripts/kstart-umls b/testing/scripts/kstart-umls index 486955a691..18dc64a9d3 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 7171996060..ed2662b6c7 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" ]