updated updater
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user