updated master script

This commit is contained in:
naturallaw77 2023-06-17 12:02:48 -07:00
parent 69d19cf2a1
commit 5e9a1f8cdf

View File

@ -22,7 +22,9 @@ else
#### Check to See If It Has Been Run Before #### #### 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 \ zenity --error \
--ellipsize \ --ellipsize \