No longer reboot when stopping
This commit is contained in:
parent
af8cb000a1
commit
3b671a6f43
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ fi
|
|||
NUM=0
|
||||
for HOST in `cat "$1"`; do
|
||||
>&2 echo stopping host $HOST
|
||||
ssh pi@$HOST "screen -X quit && sudo reboot"
|
||||
ssh pi@$HOST "screen -X quit"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue