From 0d50f12a0d8382aeef2a135c35f54c424ed8e25c Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 25 Mar 2024 14:13:18 -0700 Subject: [PATCH] updated updater scripts --- .../Updater Source Files/Update_Sovran_SystemsOS_Light.sh | 2 +- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh b/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh index c8b92f8..556b3fc 100755 --- a/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh +++ b/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh @@ -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 \ diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index 169aba0..8591f67 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -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 \