aboutsummaryrefslogtreecommitdiff
path: root/docs/workflows/v2mom.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-18 02:29:15 -0600
committerCraig Jennings <c@cjennings.net>2026-01-18 02:29:15 -0600
commitc941b6b797175b64566f43c97fd669a71d9a7871 (patch)
treef19b4f95e0224baf750a3344476e276fc3d2c6b6 /docs/workflows/v2mom.org
parent5bd18b6f6a3ea89c900549c530af2a256094b917 (diff)
downloadarchangel-c941b6b797175b64566f43c97fd669a71d9a7871.tar.gz
archangel-c941b6b797175b64566f43c97fd669a71d9a7871.zip
Fix unattended mode exit issue (return 0)
Bug: In gather_input(), the line `[[ -n "$WIFI_SSID" ]] && info "..."` returns exit code 1 when WIFI_SSID is empty. The subsequent bare `return` inherits this exit code, causing the script to exit with set -e. Fix: Use explicit `return 0` to ensure gather_input returns success.
Diffstat (limited to 'docs/workflows/v2mom.org')
0 files changed, 0 insertions, 0 deletions