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