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