From 32127096e5144020f2921521102a75a8f0c38385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 19 Mar 2026 10:04:07 +0100 Subject: [PATCH] Update projectsend.sh to include installation URL (#13078) --- ct/projectsend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/projectsend.sh b/ct/projectsend.sh index bcec0e43e..78c221f76 100644 --- a/ct/projectsend.sh +++ b/ct/projectsend.sh @@ -60,4 +60,4 @@ description msg_ok "Completed successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/install for the initial setup${CL}"