mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-09 13:12:22 +00:00
Updated lms_container.sh
This commit is contained in:
parent
be20b9c6ad
commit
6c31e13575
|
@ -155,5 +155,4 @@ pct push $CTID lms_setup.sh /lms_setup.sh -perms 755
|
|||
pct exec $CTID /lms_setup.sh
|
||||
|
||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
|
||||
info "Successfully created a Logitech Media Server LXC Container to $CTID at IP Address ${IP}:8096"
|
||||
printf "The Logitech Media Server webinterface is reachable by going to the following URL:\n http://${IP}:3000"
|
||||
printf "The Logitech Media Server webinterface is reachable by going to the following URL:\n http://${IP}:9000\n"
|
||||
|
|
Loading…
Reference in a new issue