Skip to content

Commit

Permalink
Error in qubes-dom0-update --gui
Browse files Browse the repository at this point in the history
Fixed error with zenity in qubes-dom0-update --gui,
in which zenity was called with insufficient parameters.

fixes QubesOS/qubes-issues#4339
  • Loading branch information
marmarta committed Sep 27, 2018
1 parent 912861c commit 879b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom0-updates/qubes-dom0-update
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 879b62c

Please sign in to comment.