From 2d814c10e3c443419d55663efeb6fc5fcad2f502 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Fri, 25 Jul 2025 08:21:03 -0400 Subject: [PATCH] Update tududi --- ct/tududi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/tududi.sh b/ct/tududi.sh index b92724e6..b1624d3d 100644 --- a/ct/tududi.sh +++ b/ct/tududi.sh @@ -65,6 +65,6 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${ADVANCED}${BL}Create your initial user in${CL} ${BGN}/opt/${APP}${CL}${BL} in the LXC:${CL} ${RD}npm run user:create ${CL}" +echo -e "${ADVANCED}${BL}Create your initial user in${CL} ${BGN}/opt/tududi${CL}${BL} in the LXC:${CL} ${RD}npm run user:create ${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3002${CL}"