]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
move sleep into host start if statement
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 31 Jan 2011 07:18:34 +0000 (08:18 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 31 Jan 2011 07:18:34 +0000 (08:18 +0100)
testing/scripts/kstart-umls
testing/scripts/xstart-umls

index 486955a6911caee034277291d59805b4200724bb..18dc64a9d36360c196f8e77e8f67bbcbc9f74739 100755 (executable)
@@ -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" ]
index 7171996060625efddfbcf5d9dfebd3a94f6aa76f..ed2662b6c7f7ff0d47922a679901cdd0bc3da818 100755 (executable)
@@ -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" ]