From e67128e4c95a5a6af5bdb339d1490f249ca9732f Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sat, 23 May 2026 10:30:53 -0400 Subject: [PATCH] installer: keep chroot log output plain --- install/helpers/logging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/helpers/logging.sh b/install/helpers/logging.sh index 0b609f10..d74e17dc 100644 --- a/install/helpers/logging.sh +++ b/install/helpers/logging.sh @@ -70,7 +70,7 @@ start_install_log() { stop_install_log() { stop_log_output - show_cursor + [[ -n ${OMARCHY_CHROOT_FINALIZER:-} ]] || show_cursor if [[ -n ${OMARCHY_INSTALL_LOG_FILE:-} ]]; then OMARCHY_END_TIME=$(date '+%Y-%m-%d %H:%M:%S')