fix: add missing URL output for LocalAGI setup completion

This commit is contained in:
John Doe
2026-03-04 10:41:02 -05:00
parent 2e7e6507f6
commit 8db69a2dd7

View File

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