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)
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user