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
pull/44/head
Marta Marczykowska-Górecka 6 years ago
parent 912861c8b0
commit 879b62c353
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

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

Loading…
Cancel
Save