updated master script
This commit is contained in:
parent
69d19cf2a1
commit
5e9a1f8cdf
@ -22,7 +22,9 @@ else
|
||||
|
||||
#### Check to See If It Has Been Run Before ####
|
||||
|
||||
if [ ! -f /var/lib/beacons/reseter ]; then
|
||||
FILE=/var/lib/beacons/reseter/started
|
||||
|
||||
if [ -f "{$FILE}" ]; then
|
||||
|
||||
zenity --error \
|
||||
--ellipsize \
|
||||
|
Reference in New Issue
Block a user