update for nicer messages

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-03-27 09:33:27 +01:00
parent 360547e3f9
commit 0af7ef678a

View file

@ -30,9 +30,9 @@ cluster="$1"; shift
count="$1"; shift
for i in $(seq 1 16); do
echo Trying $cluster/${i}:
num=$(printf "%0.2d" $i)
echo "Trying $cluster/${num}: (press enter to reboot machine)"
read waitforinput
ssh root@${cluster}${num} reboot