From 371aebbb98778b60b23b22c1845f0da73b9d6b6d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 6 Apr 2024 13:00:51 -0700 Subject: [PATCH] updated both updaters --- .../Updater Source Files/Update_Sovran_SystemsOS_Light.sh | 3 +-- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 4 ++-- 2 files changed, 3 insertions(+), 4 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 c9f202f..63a3b90 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 @@ -105,14 +105,13 @@ if grep -w "error:" $file ; then --text="Could not complete the Sovran_SystemsOS_Light Update. Check the Updater_Log.txt in your Documents under Updater_App_Logs folder for more details." else + zenity --info \ --ellipsize \ --no-wrap \ --width=550 \ --title="Sovran_SystemsOS_Light_Updater" \ --text="Yay complete! Please reboot when you are ready." - - exit 1 fi 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 f98f85a..3f0b24b 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -105,14 +105,14 @@ if grep -w "error:" $file ; then --text="Could not complete the Sovran_SystemsOS Update. Check the Updater_Log.txt in your Documents under Updater_App_Logs folder for more details." else + zenity --info \ --ellipsize \ --no-wrap \ --width=550 \ --title="Sovran_SystemsOS_Updater" \ --text="Yay complete! Please reboot when you are ready." - - exit 1 + fi