mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-09 21:22:20 +00:00
Updated Tvheadend port in tvheadend_container.sh
This commit is contained in:
parent
e3346eafb6
commit
d8ae1abc9d
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue