move sleep into host start if statement
This commit is contained in:
@@ -67,10 +67,10 @@ do
|
|||||||
\$SWITCH_${host} \
|
\$SWITCH_${host} \
|
||||||
mem=${MEM}M con=pty con0=fd:0,fd:1" &
|
mem=${MEM}M con=pty con0=fd:0,fd:1" &
|
||||||
cgecho "done"
|
cgecho "done"
|
||||||
|
sleep 15
|
||||||
fi
|
fi
|
||||||
let "x0+=dx"
|
let "x0+=dx"
|
||||||
let "y0+=dy"
|
let "y0+=dy"
|
||||||
sleep 15
|
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$BOOTING_HOSTS" ]
|
if [ -z "$BOOTING_HOSTS" ]
|
||||||
|
|||||||
@@ -67,10 +67,10 @@ do
|
|||||||
\$SWITCH_${host} \
|
\$SWITCH_${host} \
|
||||||
mem=${MEM}M con=pty con0=fd:0,fd:1" &
|
mem=${MEM}M con=pty con0=fd:0,fd:1" &
|
||||||
cgecho "done"
|
cgecho "done"
|
||||||
|
sleep 15
|
||||||
fi
|
fi
|
||||||
let "x0+=dx"
|
let "x0+=dx"
|
||||||
let "y0+=dy"
|
let "y0+=dy"
|
||||||
sleep 15
|
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$BOOTING_HOSTS" ]
|
if [ -z "$BOOTING_HOSTS" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user