]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Only sleep after a host has actually been started.
authorTobias Brunner <tobias@strongswan.org>
Tue, 3 Aug 2010 14:37:12 +0000 (16:37 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 2 Sep 2010 17:04:22 +0000 (19:04 +0200)
testing/scripts/gstart-umls

index 624db8d8ba5839665c18530fc026c5e9b9a15f67..c6fcd26dc95a62a4531422c3edc5705201ab1ec7 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" ]