fix: update URL output format in localagi.sh to include port number

This commit is contained in:
John Doe
2026-03-04 12:29:44 -05:00
parent 975f5bcbbe
commit 87cb94c8ca

View File

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