do not reobot machines
This commit is contained in:
parent
f24ce99391
commit
6ede4e0f23
2 changed files with 9 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue