From d8ae1abc9d08dee7b0780a2cfcbec92629ce8ee3 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Mon, 10 Jan 2022 05:02:11 +0100 Subject: [PATCH] Updated Tvheadend port in tvheadend_container.sh --- tvheadend_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvheadend_container.sh b/tvheadend_container.sh index b3ff827..33a675c 100644 --- a/tvheadend_container.sh +++ b/tvheadend_container.sh @@ -155,5 +155,5 @@ pct push $CTID tvheadend_setup.sh /tvheadend_setup.sh -perms 755 pct exec $CTID /tvheadend_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created a Jellyfin LXC Container to $CTID at IP Address ${IP}:8096" +info "Successfully created a Tvheadend LXC Container to $CTID at IP Address ${IP}:9981"