From 46c7c0e9caaf34da541e57208b050aa2c05faf80 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Tue, 21 Jan 2025 09:10:27 +0100 Subject: [PATCH] Fix wrong URL after Setup (#1629) --- ct/pbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/pbs.sh b/ct/pbs.sh index 8aae63d3..4c930505 100644 --- a/ct/pbs.sh +++ b/ct/pbs.sh @@ -52,4 +52,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}:8007${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:8007${CL}"