From 9c05bf6a3134c108733073926c8d8f32f216a672 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Fri, 9 Jan 2026 22:47:04 +0100 Subject: [PATCH] finish messsage --- ct/ente.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ct/ente.sh b/ct/ente.sh index b2043bf9f..c234048b7 100644 --- a/ct/ente.sh +++ b/ct/ente.sh @@ -38,5 +38,7 @@ start build_container description -msg_ok "Completed successfully!" -msg_custom "🚀" "${GN}" "${APP} setup has been successfully initialized!" +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}:3000${CL}"