From ff94c3b0279c168b6c4571d720cf62f1bcc1cb4a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 16 Apr 2026 23:05:24 -0400 Subject: [PATCH] steamos-update: exit 0 not 7 --- system/system-yarn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/system-yarn.nix b/system/system-yarn.nix index 5558048..4c34027 100644 --- a/system/system-yarn.nix +++ b/system/system-yarn.nix @@ -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