Error in qubes-dom0-update --gui

Fixed error with zenity in qubes-dom0-update --gui,
in which zenity was called with insufficient parameters.

fixes QubesOS/qubes-issues#4339
This commit is contained in:
Marta Marczykowska-Górecka 2018-09-27 21:05:28 +02:00
parent 912861c8b0
commit 879b62c353
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -230,6 +230,6 @@ else
rm -f $UPDATES_STAT_FILE rm -f $UPDATES_STAT_FILE
echo "No updates available" >&2 echo "No updates available" >&2
if [ "$GUI" == "1" ]; then if [ "$GUI" == "1" ]; then
zenity --title='Dom0 updates' --text='No updates available' zenity --info --title='Dom0 updates' --text='No updates available'
fi fi
fi fi