steamos-update: exit 0 not 7
All checks were successful
Build / build (push) Successful in 6m14s
All checks were successful
Build / build (push) Successful in 6m14s
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
CURRENT=$(readlink -f /nix/var/nix/profiles/system)
|
||||
if [ "$CURRENT" = "$STORE_PATH" ]; then
|
||||
>&2 echo "[steamos-update] no update available"
|
||||
exit 7
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# check-only mode: just report that an update exists
|
||||
|
||||
Reference in New Issue
Block a user