updated updater

This commit is contained in:
naturallaw77 2023-05-23 20:10:41 -07:00
parent cd363c0955
commit 6816045718

View File

@ -8,9 +8,6 @@ zenity --text-info \
--height=710
if [[ $? -eq 1 ]]; then
zenity --info \
--title="Sovran_SystemsOS Updater" \
--text="Update Canceled By User"
exit 1
fi
@ -19,10 +16,6 @@ password=$(zenity --password --title="Sovran_SystemsOS Updater")
if [ $? -eq 1 ] ; then
zenity --info \
--title="Sovran_SystemsOS Updater" \
--text="Update Canceled By User"
exit 2
else