From 87cb94c8ca4bef1961566a3929c475259ed41a63 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 12:29:44 -0500 Subject: [PATCH] fix: update URL output format in localagi.sh to include port number --- ct/localagi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/localagi.sh b/ct/localagi.sh index b46eca0c4..6c8ee7ab8 100644 --- a/ct/localagi.sh +++ b/ct/localagi.sh @@ -136,4 +136,4 @@ description 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}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"