From d2b54a98e2e00f100724b51c8ac15d639231e8eb Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 29 Jan 2022 22:31:22 -0500 Subject: [PATCH] Update node-red_container.sh --- ct/node-red_container.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ct/node-red_container.sh b/ct/node-red_container.sh index 9d205279..f2e09f7c 100644 --- a/ct/node-red_container.sh +++ b/ct/node-red_container.sh @@ -155,4 +155,7 @@ pct push $CTID node-red_setup.sh /node-red_setup.sh -perms 755 pct exec $CTID /node-red_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully Created Node-RED LXC Container to $CTID at IP Address ${IP}:1880" +info "Successfully Created Node-Red LXC to $CTID." +echo -e "\e[1;92m Node-Red should be reachable by going to the following URL. + http://${IP}:1880 +\e[0m"