add reboot msg

This commit is contained in:
Donald Burr 2015-02-19 09:35:29 -08:00
parent 0113615640
commit 984b2247ed

View file

@ -15,3 +15,5 @@ for HOST in `cat "$1"`; do
ssh pi@$HOST "cd \$HOME && bash set_hostname.sh"
ssh pi@$HOST "sudo reboot"
done
echo "all machines will require a few minutes to reboot, be patient grasshopper"