diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-31 08:18:34 +0100 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-31 08:18:34 +0100 |
| commit | 35c58deb670cd192f73884f2bd8f6ecf4086f4e1 (patch) | |
| tree | 5d462f42ce78646335489023f76f20c0397f5281 /testing/scripts | |
| parent | 36580b16143c76b2031eec5e12d6e740043e4397 (diff) | |
| download | strongswan-35c58deb670cd192f73884f2bd8f6ecf4086f4e1.tar.bz2 strongswan-35c58deb670cd192f73884f2bd8f6ecf4086f4e1.tar.xz | |
move sleep into host start if statement
Diffstat (limited to 'testing/scripts')
| -rwxr-xr-x | testing/scripts/kstart-umls | 2 | ||||
| -rwxr-xr-x | 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 486955a69..18dc64a9d 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 717199606..ed2662b6c 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" ] |
