From 1d26b208ffbc604cbe6ebc5c22c55737bf101df0 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 20 Jan 2025 09:20:08 +0100 Subject: [PATCH] fix wrong URL after Install (#1601) --- ct/unifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/unifi.sh b/ct/unifi.sh index 16fe0c8d..816377d1 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -46,4 +46,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}:8443${CL}" +echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:8443${CL}"