From 4c63e28470d4feb97c3cb4c59c0547cd0cd9b78f Mon Sep 17 00:00:00 2001 From: Edward Moscardini Date: Wed, 26 Mar 2025 17:05:33 -0400 Subject: [PATCH] fix protocol in end if script output --- ct/openziti-controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/openziti-controller.sh b/ct/openziti-controller.sh index b4f6823..0ccc2ea 100644 --- a/ct/openziti-controller.sh +++ b/ct/openziti-controller.sh @@ -41,4 +41,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}:/zac${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:/zac${CL}" \ No newline at end of file