Koillection script broken #1380

Closed
opened 2026-02-05 00:34:36 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @SparJar on GitHub (Aug 1, 2025).

Have you read and understood the above guidelines?

yes

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

Koillection

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

[ERROR] in line 1345: $(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"var_install".sh) ?

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 22.04

📝 Provide a clear and concise description of the issue.

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"var_install".sh)" ?

Connecting to LXC and running the script manually after it fails curl returns a 404 error.

🔄 Steps to reproduce the issue.

Copy script from the Helper Scripts and run it.

Paste the full error output (if available).

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"var_install".sh)" ?

🖼️ Additional context (optional).

No response

Originally created by @SparJar on GitHub (Aug 1, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Koillection ### 📂 What was the exact command used to execute the script? [ERROR] in line 1345: $(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"$var_install".sh) $? ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 22.04 ### 📝 Provide a clear and concise description of the issue. [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"$var_install".sh)" $? Connecting to LXC and running the script manually after it fails curl returns a 404 error. ### 🔄 Steps to reproduce the issue. Copy script from the Helper Scripts and run it. ### ❌ Paste the full error output (if available). [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"$var_install".sh)" $? ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 00:34:36 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 1, 2025):

Next Time use Verbose Mode, so the issue is clear, but then I have to go through the hassle of creating a new LXC to see it again.

=> 0: line 56: RELEASE: unbound variable

so fixed.

@MickLesk commented on GitHub (Aug 1, 2025): Next Time use Verbose Mode, so the issue is clear, but then I have to go through the hassle of creating a new LXC to see it again. => 0: line 56: RELEASE: unbound variable so fixed.
Author
Owner

@SparJar commented on GitHub (Aug 1, 2025):

Sorry, I thought the instruction were just saying use Verbose mode with that specific line error. Thanks for the quick fix!

@SparJar commented on GitHub (Aug 1, 2025): Sorry, I thought the instruction were just saying use Verbose mode with that specific line error. Thanks for the quick fix!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1380