[GH-ISSUE #5742] Pocket ID Script echoes the wrong 'setup' url at the end of installation #1228

Closed
opened 2026-02-26 12:48:11 +03:00 by kerem · 0 comments
Owner

Originally created by @johnsturgeon on GitHub (Jul 5, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5742

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

PocketID

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pocketid.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

At the end of the installation, the script echoe's the following URL:
echo -e "${TAB}${GATEWAY}${BGN}https://{PUBLIC_URL}/login/setup${CL}"

but it should be:
echo -e "${TAB}${GATEWAY}${BGN}https://{PUBLIC_URL}/setup${CL}"

🔄 Steps to reproduce the issue.

install

Paste the full error output (if available).

no error

🖼️ Additional context (optional).

No response

Originally created by @johnsturgeon on GitHub (Jul 5, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5742 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? PocketID ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pocketid.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. At the end of the installation, the script echoe's the following URL: echo -e "${TAB}${GATEWAY}${BGN}https://{PUBLIC_URL}/login/setup${CL}" but it should be: echo -e "${TAB}${GATEWAY}${BGN}https://{PUBLIC_URL}/setup${CL}" ### 🔄 Steps to reproduce the issue. install ### ❌ Paste the full error output (if available). no error ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:48:11 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1228
No description provided.