dom0/watch-updates: typo fix (dom0 notify condition)

This commit is contained in:
Marek Marczykowski 2011-09-15 01:08:02 +02:00
parent c3456f7615
commit c6b3a13b49

View File

@ -42,7 +42,7 @@ while true; do
echo $! > /var/run/qubes/template_update_notify.pid
fi
fi
elif [ "x$domain" = "dom0" -a -n "$packages" ]; then
elif [ "x$domain" = "xdom0" -a -n "$packages" ]; then
PKGCOUNT=`echo -- "$packages" | wc -w`
if zenity --question --title="Qubes Dom0 updates" \
--text="$PKGCOUNT updates for dom0 available. Do you want to download its now?"; then