From 6c31e13575942d21e03fc62056efefa03953b3ef Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Sat, 5 Feb 2022 10:08:51 +0100 Subject: [PATCH] Updated lms_container.sh --- ct/lms_container.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/lms_container.sh b/ct/lms_container.sh index 5c5f4d7..84b58c8 100644 --- a/ct/lms_container.sh +++ b/ct/lms_container.sh @@ -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"