From c5d1c54c67ed0501d1988ad4be3d6fd2aaeb2fc0 Mon Sep 17 00:00:00 2001 From: MickLesk <47820557+MickLesk@users.noreply.github.com> Date: Thu, 24 Sep 2026 10:25:29 +0200 Subject: [PATCH] Stop Komodo hanging on an unclosed message block --- ct/komodo.sh | 2 +- tools/addon/komodo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/komodo.sh b/ct/komodo.sh index dfe5f6b21..32871522a 100644 --- a/ct/komodo.sh +++ b/ct/komodo.sh @@ -36,7 +36,7 @@ function update_script() { msg_warn "⚠️ ${APP} has been migrated to an addon script." echo "" - msg_info "This is a one-time migration. After this, you can update ${APP} anytime with:" + msg_custom "ℹ️" "${YW}" "This is a one-time migration. After this, you can update ${APP} anytime with:" echo -e "${TAB}${TAB}${GN}update_komodo${CL} or ${GN}bash <(curl -fsSL ${ADDON_SCRIPT})${CL}" echo "" read -r -p "${TAB}Migrate update function now? [y/N]: " CONFIRM diff --git a/tools/addon/komodo.sh b/tools/addon/komodo.sh index bbab93a0f..8b41ed268 100644 --- a/tools/addon/komodo.sh +++ b/tools/addon/komodo.sh @@ -231,7 +231,7 @@ function install() { echo -e " User : admin" echo -e " Password: ${ADMIN_PASSWORD}" echo "" - msg_info "Credentials saved to ~/komodo.creds" + msg_ok "Credentials saved to ~/komodo.creds" } # ==============================================================================