do not reobot machines

This commit is contained in:
Donald Burr 2015-02-21 09:33:38 -08:00
parent f24ce99391
commit 6ede4e0f23
2 changed files with 9 additions and 3 deletions

View file

@ -24,7 +24,8 @@ for HOST in $HOSTS; do
ssh pi@$HOST "if ! dpkg -s screen >/dev/null 2>&1 ; then sudo apt-get -y install screen; fi"
ssh pi@$HOST "make v4lcap"
ssh pi@$HOST "cd \$HOME && bash set_hostname.sh"
ssh pi@$HOST "sudo reboot"
#ssh pi@$HOST "sudo reboot"
done
echo "all machines will require a few minutes to reboot, be patient grasshopper"
echo "all machines provisioned."
#echo "all machines will require a few minutes to reboot, be patient grasshopper"