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