updated updater scripts
This commit is contained in:
parent
94b6aaad5d
commit
0d50f12a0d
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user