From 88120fcbccd8d452f5cc1d9e3a7c16ff05a8ad4a Mon Sep 17 00:00:00 2001 From: "Darin B." Date: Mon, 23 Dec 2024 10:48:41 -0600 Subject: [PATCH] Update emby.sh to correct port (#989) Updating echo to show correct port --- ct/emby.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/emby.sh b/ct/emby.sh index a57d4786c..91e04bee4 100644 --- a/ct/emby.sh +++ b/ct/emby.sh @@ -57,4 +57,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}:8086${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8096${CL}"