From 9d09ba73dcad2f8386d052ab088e6ce8c91683c5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 29 Jan 2022 22:47:18 -0500 Subject: [PATCH] Update npm_container.sh --- ct/npm_container.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ct/npm_container.sh b/ct/npm_container.sh index 4e6c7c64..db1c02f4 100644 --- a/ct/npm_container.sh +++ b/ct/npm_container.sh @@ -156,4 +156,7 @@ pct push $CTID npm_setup.sh /npm_setup.sh -perms 755 pct exec $CTID /npm_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created a NPM LXC to $CTID at IP Address ${IP}:81" +info "Successfully Created Nginx Proxy Manager LXC to $CTID." +echo -e "\e[1;92m Nginx Proxy Manager should be reachable by going to the following URL. + http://${IP}:81 +\e[0m"