From 69ae09346f1e866fe29233633893379c200fabb1 Mon Sep 17 00:00:00 2001 From: Suraj Subramanian Date: Tue, 31 Dec 2024 13:25:53 +0530 Subject: [PATCH] Update URL to https (#1124) --- ct/netbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/netbox.sh b/ct/netbox.sh index bfa96d3f..8d34969d 100644 --- a/ct/netbox.sh +++ b/ct/netbox.sh @@ -87,4 +87,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}${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}https://${IP}${CL}" \ No newline at end of file