From 176c8504dc936659c782440d43c676f1c53bb76a Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 9 Apr 2022 13:31:52 -0400 Subject: [PATCH] Update nocodb.sh --- ct/nocodb.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/nocodb.sh b/ct/nocodb.sh index 2073e688..1e1d38f5 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -253,4 +253,6 @@ lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/m IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -echo -e "${GN}Successfully created ${APP} LXC to${CL} ${BL}$CTID${CL}. \n" +echo -e "${GN}Successfully created ${APP} LXC to${CL} ${BL}$CTID${CL}. +${BL}${APP}${CL} should be reachable by going to the following URL. + ${BL}http://${IP}:8080/dashboard${CL}\n"