dom0/qubes-updates: one more qubes-dom0-update typo fix

This commit is contained in:
Marek Marczykowski 2012-05-14 04:56:03 +02:00
parent 0ebd1d0de6
commit 1e496fbfb7

View File

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