No longer reboot when stopping

This commit is contained in:
Donald Burr 2015-02-19 17:38:49 -08:00
parent af8cb000a1
commit 3b671a6f43

View file

@ -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