dom0/qubes-updates: one more qubes-dom0-update typo fix
This commit is contained in:
parent
0ebd1d0de6
commit
1e496fbfb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user