From 41b2fa0174bcb72256808e2596f2daddbe9779d0 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Fri, 22 May 2026 23:15:58 -0400 Subject: [PATCH] installer: preserve error menu exit status --- install/helpers/errors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/helpers/errors.sh b/install/helpers/errors.sh index ff5a3393..4a3d6945 100644 --- a/install/helpers/errors.sh +++ b/install/helpers/errors.sh @@ -153,7 +153,7 @@ catch_errors() { omarchy-upload-log ;; "Exit" | "") - exit 1 + exit "$exit_code" ;; esac done