updated master script

This commit is contained in:
naturallaw77 2023-06-17 12:09:13 -07:00
parent 5e9a1f8cdf
commit 88daaaca81

View File

@ -39,7 +39,7 @@ FILE=/var/lib/beacons/reseter/started
#### Initial Reseter Tag #### #### Initial Reseter Tag ####
ssh -i /home/free/.ssh/factory_login root@${ID} 'mkdir /var/lib/beacons ; touch /var/lib/beacons/reseter/started' ssh -i /home/free/.ssh/factory_login root@${ID} 'mkdir /var/lib/beacons/reseter ; touch /var/lib/beacons/reseter/started'
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then