From ab094469718c05b7b10b85b1835b292269d6d4b9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 09:06:24 +0200 Subject: [PATCH] Can't use chroot trap --- install/preflight/trap-errors.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/preflight/trap-errors.sh b/install/preflight/trap-errors.sh index 583d38fb..243af05c 100644 --- a/install/preflight/trap-errors.sh +++ b/install/preflight/trap-errors.sh @@ -31,7 +31,4 @@ catch_errors() { fi } -if [ -z "${OMARCHY_CHROOT_INSTALL:-}" ]; then - # ISO installer has its own trap we need to stay in the chroot - trap catch_errors ERR -fi +trap catch_errors ERR