From 1e496fbfb7e81b646e2e58a7acce847cd54f99e4 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Mon, 14 May 2012 04:56:03 +0200 Subject: [PATCH] dom0/qubes-updates: one more qubes-dom0-update typo fix --- dom0/aux-tools/qubes-dom0-updates.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0/aux-tools/qubes-dom0-updates.cron b/dom0/aux-tools/qubes-dom0-updates.cron index 8cf805fe..4feb65f3 100755 --- a/dom0/aux-tools/qubes-dom0-updates.cron +++ b/dom0/aux-tools/qubes-dom0-updates.cron @@ -13,7 +13,7 @@ echo $$ > $PIDFILE trap "rm $PIDFILE" EXIT # If no updates available - exit here -qubes-dom0-updates --check-only && exit +qubes-dom0-update --check-only >/dev/null && exit RETCODE=$? if [ "$RETCODE" -ne 100 ]; then