From f9aa96981f77b3e8fa9bfdc52c528cb58da69662 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Mon, 10 Jan 2022 04:59:22 +0100 Subject: [PATCH] Updated tvheadend_container.sh --- tvheadend_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tvheadend_container.sh b/tvheadend_container.sh index ddf9924..b3ff827 100644 --- a/tvheadend_container.sh +++ b/tvheadend_container.sh @@ -151,8 +151,8 @@ pct unmount $CTID && unset MOUNT echo -e "${CHECKMARK} \e[1;92m Starting LXC Container... \e[0m" pct start $CTID -pct push $CTID jellyfin_setup.sh /jellyfin_setup.sh -perms 755 -pct exec $CTID /jellyfin_setup.sh +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"