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}"