installer: preserve error menu exit status

This commit is contained in:
Ryan Hughes
2026-06-04 18:35:01 -04:00
parent e01c233431
commit 41b2fa0174
+1 -1
View File
@@ -153,7 +153,7 @@ catch_errors() {
omarchy-upload-log
;;
"Exit" | "")
exit 1
exit "$exit_code"
;;
esac
done