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 \