steamos-update: exit 0 not 7
All checks were successful
Build / build (push) Successful in 6m14s

This commit is contained in:
2026-04-16 23:05:24 -04:00
parent 0b457b83d3
commit ff94c3b027

View File

@@ -120,7 +120,7 @@
CURRENT=$(readlink -f /nix/var/nix/profiles/system) CURRENT=$(readlink -f /nix/var/nix/profiles/system)
if [ "$CURRENT" = "$STORE_PATH" ]; then if [ "$CURRENT" = "$STORE_PATH" ]; then
>&2 echo "[steamos-update] no update available" >&2 echo "[steamos-update] no update available"
exit 7 exit 0
fi fi
# check-only mode: just report that an update exists # check-only mode: just report that an update exists