dom0/updates: typo fix in qubes-manager statfile handling
This commit is contained in:
parent
65a08f7bae
commit
c2d4b0de62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user