From acf54a94b68f181b3f4932f3014b702f08cc2baf Mon Sep 17 00:00:00 2001 From: T-Gander Date: Sun, 7 Jun 2026 22:18:44 -0600 Subject: [PATCH] Added missing port --- ct/maintainerr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/maintainerr.sh b/ct/maintainerr.sh index 375b9cb2..209fd7a8 100644 --- a/ct/maintainerr.sh +++ b/ct/maintainerr.sh @@ -54,4 +54,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}:6246${CL}"