From cc3927d49f4ebe6e23db133acaddb521e2a243b6 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 16 Jan 2026 13:28:26 +0100 Subject: [PATCH] refactor --- ct/minthcm.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ct/minthcm.sh b/ct/minthcm.sh index c6f4c689f..b97d6d7a0 100644 --- a/ct/minthcm.sh +++ b/ct/minthcm.sh @@ -26,7 +26,8 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "Currently we don't provide an update function for this ${APP}." + + msg_custom "🚀" "${GN}" "The app offers a built-in updater. Please use it." exit } @@ -34,7 +35,7 @@ start build_container description -msg_ok "Completed Successfully!\n" +msg_ok "Completed successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}"