From 679699e6af858d64e8892c55b26d8ac4b0776d52 Mon Sep 17 00:00:00 2001 From: John Sturgeon Date: Sun, 6 Jul 2025 01:37:45 -0700 Subject: [PATCH] Resolves incorrect URL at end of Pocket ID script (#5743) --- ct/pocketid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/pocketid.sh b/ct/pocketid.sh index 8c0ae928b..000b4b45c 100755 --- a/ct/pocketid.sh +++ b/ct/pocketid.sh @@ -86,4 +86,4 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Configure your reverse proxy to point to:${BGN} ${IP}:1411${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}https://{PUBLIC_URL}/login/setup${CL}" +echo -e "${TAB}${GATEWAY}${BGN}https://{PUBLIC_URL}/setup${CL}"