dom0/updates: typo fix in qubes-manager statfile handling

This commit is contained in:
Marek Marczykowski 2012-07-29 02:34:45 +02:00
parent 65a08f7bae
commit c2d4b0de62

View File

@ -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