move sleep into host start if statement

This commit is contained in:
Andreas Steffen
2011-01-31 08:18:34 +01:00
parent 36580b1614
commit 35c58deb67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" ]
+1 -1
View File
@@ -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" ]