Can't use chroot trap

This commit is contained in:
David Heinemeier Hansson 2025-08-24 09:06:24 +02:00
parent af0f459a1a
commit ab09446971

View File

@ -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