Skip to content

Commit 4684701

Browse files
authored
Resolves incorrect URL at end of Pocket ID script
Resolves #5742
1 parent f1eda9a commit 4684701

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)