update for nicer messages
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
360547e3f9
commit
0af7ef678a
1 changed files with 1 additions and 1 deletions
|
@ -30,9 +30,9 @@ cluster="$1"; shift
|
||||||
count="$1"; shift
|
count="$1"; shift
|
||||||
|
|
||||||
for i in $(seq 1 16); do
|
for i in $(seq 1 16); do
|
||||||
echo Trying $cluster/${i}:
|
|
||||||
num=$(printf "%0.2d" $i)
|
num=$(printf "%0.2d" $i)
|
||||||
|
|
||||||
|
echo "Trying $cluster/${num}: (press enter to reboot machine)"
|
||||||
read waitforinput
|
read waitforinput
|
||||||
|
|
||||||
ssh root@${cluster}${num} reboot
|
ssh root@${cluster}${num} reboot
|
||||||
|
|
Loading…
Add table
Reference in a new issue