updated updater scripts

This commit is contained in:
naturallaw77 2024-03-25 14:13:18 -07:00
parent 94b6aaad5d
commit 0d50f12a0d
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ pushd /home/free/Documents/Updater_App_Logs
file=$(ls -Art | tail -n 1)
if grep -w "error" $file ; then
if grep -w "error :" $file ; then
zenity --error \
--width=1300 \

View File

@ -30,7 +30,7 @@ pushd /home/free/Documents/Updater_App_Logs
file=$(ls -Art | tail -n 1)
if grep -w "error" $file ; then
if grep -w "error :" $file ; then
zenity --error \
--width=1300 \