From 35c58deb670cd192f73884f2bd8f6ecf4086f4e1 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 31 Jan 2011 08:18:34 +0100 Subject: [PATCH] move sleep into host start if statement --- testing/scripts/kstart-umls | 2 +- testing/scripts/xstart-umls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ] -- 2.7.4