Skip to content

Conversation

@xfalcox
Copy link
Member

@xfalcox xfalcox commented Jan 12, 2026

The set -e at script start caused immediate exit when the wizard returned code 42 to signal swap creation needed, preventing the swap handling logic from ever running.

Uses || wizard_exit=$? pattern to capture the exit code without triggering set -e.

The set -e at script start caused immediate exit when the wizard
returned code 42 to signal swap creation, preventing the swap
handling logic from running.
@xfalcox xfalcox merged commit fd74380 into main Jan 12, 2026
5 checks passed
@xfalcox xfalcox deleted the fix-swap-creation-exit-code branch January 12, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants