Fix script.
This commit is contained in:
parent
0e246b3d91
commit
781b9e4fa1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ zenity --progress \
|
||||||
--text="Scanning mail logs..." \
|
--text="Scanning mail logs..." \
|
||||||
--percentage=0
|
--percentage=0
|
||||||
|
|
||||||
if [ "$?" = -1 ]; then
|
if [ $? = 1 ]; then
|
||||||
zenity --error \
|
zenity --error \
|
||||||
--text="Update canceled."
|
--text="Update canceled."
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue