From 991074f538dfdee26dd1d78a06b80963f61ee9a4 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 10 May 2026 22:17:03 +0200 Subject: [PATCH] Update output messages to specify Shlink Web Client and HTTP API URLs --- ct/shlink.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ct/shlink.sh b/ct/shlink.sh index f55ac724..8cfdc7ed 100644 --- a/ct/shlink.sh +++ b/ct/shlink.sh @@ -79,6 +79,7 @@ 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}:8080${CL}" +echo -e "${INFO}${YW} Access Shlink Web Client using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}" +echo -e "${INFO}${YW} Shlink HTTP API:${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"