Pocket ID Script echoes the wrong 'setup' url at the end of installation #1434

Closed
opened 2025-11-20 05:10:20 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @johnsturgeon on GitHub (Jul 5, 2025).

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). ### ✅ 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_
saavagebueno added the bug label 2025-11-20 05:10:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1434