From e1e51627200cfbde50ec489145ad33495bac28ad Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 19 Jul 2015 01:59:07 +0200 Subject: [PATCH] also inform in cli if no new updates are available --- misc/qubes-download-dom0-updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/qubes-download-dom0-updates.sh b/misc/qubes-download-dom0-updates.sh index f2530c8..029c2ce 100755 --- a/misc/qubes-download-dom0-updates.sh +++ b/misc/qubes-download-dom0-updates.sh @@ -80,7 +80,7 @@ else fi if [ -z "$PKGLIST" -a -z "$UPDATES" ]; then - # No new updates + echo "No new updates available" if [ "$GUI" = 1 ]; then zenity --info --text="No new updates available" fi