From c2d4b0de6291c3d715402b9de809a83b2e66fa91 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sun, 29 Jul 2012 02:34:45 +0200 Subject: [PATCH] dom0/updates: typo fix in qubes-manager statfile handling --- dom0/qvm-tools/qubes-dom0-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0/qvm-tools/qubes-dom0-update b/dom0/qvm-tools/qubes-dom0-update index 6a31ad22..e7f1b953 100755 --- a/dom0/qvm-tools/qubes-dom0-update +++ b/dom0/qvm-tools/qubes-dom0-update @@ -99,7 +99,7 @@ elif [ -f /var/lib/qubes/updates/repodata/repomd.xml ]; then yum $YUM_OPTS update fi fi - yum -q check-updates && rm $UPDATES_STAT_FILE + yum -q check-update && rm -f $UPDATES_STAT_FILE else echo "No updates avaliable" >&2 fi