From b6f8f9e1f82a6094a72243eaab26c93f5a2dd6c5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 29 Jan 2022 22:49:36 -0500 Subject: [PATCH] Update plex_container.sh --- ct/plex_container.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ct/plex_container.sh b/ct/plex_container.sh index 712aa44a..b068ae9a 100644 --- a/ct/plex_container.sh +++ b/ct/plex_container.sh @@ -163,4 +163,7 @@ pct push $CTID plex_setup.sh /plex_setup.sh -perms 755 pct exec $CTID /plex_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created a Plex Media Server LXC Container to $CTID at IP Address ${IP}:32400/web" +info "Successfully Created Plex Media Server LXC to $CTID." +echo -e "\e[1;92m Plex Media Server should be reachable by going to the following URL. + http://${IP}:32400/web +\e[0m"