From 44d7e61468dccd6176e9ed1b583ca4744760f606 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sun, 22 Mar 2026 07:57:01 +0100 Subject: [PATCH] Text --- ct/versitygw.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ct/versitygw.sh b/ct/versitygw.sh index e82fb9e49..07e2411bd 100644 --- a/ct/versitygw.sh +++ b/ct/versitygw.sh @@ -51,7 +51,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}:7070${CL}" -if grep -qs 'VGW_WEBUI_PORT' /etc/versitygw.d/gateway.conf 2>/dev/null; then - echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7071${CL} (WebGUI)" -fi +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7070 (Gateway) or http://${IP}:7070 (WebUI)${CL}" \ No newline at end of file