mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-10 05:32:21 +00:00
Updated jdownloader2_container.sh
This commit is contained in:
parent
1979281be8
commit
e7a6dc33f9
|
@ -155,5 +155,5 @@ pct push $CTID jdownloader2_setup.sh /jdownloder2_setup.sh -perms 755
|
|||
pct exec $CTID /jdownloader2_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 Jellyfin LXC Container to $CTID at IP Address ${IP}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue