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