From 8db69a2dd7eda561520010b52b791327fbee9703 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 10:41:02 -0500 Subject: [PATCH] fix: add missing URL output for LocalAGI setup completion --- ct/localagi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/localagi.sh b/ct/localagi.sh index 83a98dca2..5a2772ba2 100644 --- a/ct/localagi.sh +++ b/ct/localagi.sh @@ -107,3 +107,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}"