updated both updaters

This commit is contained in:
naturallaw77 2024-04-06 13:00:51 -07:00
parent bd7bdfcc4a
commit 371aebbb98
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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