Skip to content

Commit 679699e

Browse files
authored
Resolves incorrect URL at end of Pocket ID script (#5743)
1 parent 32a724a commit 679699e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/pocketid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ msg_ok "Completed Successfully!\n"
8686
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
8787
echo -e "${INFO}${YW} Configure your reverse proxy to point to:${BGN} ${IP}:1411${CL}"
8888
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
89-
echo -e "${TAB}${GATEWAY}${BGN}https://{PUBLIC_URL}/login/setup${CL}"
89+
echo -e "${TAB}${GATEWAY}${BGN}https://{PUBLIC_URL}/setup${CL}"

0 commit comments

Comments
 (0)