Mafi install failed due to undeclared var #1367

Closed
opened 2026-02-05 00:30:54 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @JohanHardy on GitHub (Jul 30, 2025).

Originally assigned to: @tremor021 on GitHub.

Have you read and understood the above guidelines?

yes

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

Mafi Helper script (install)

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

The variable RELEASE at line 25 is not declared (UNBOUND). And, remove also the one below when deployment is done.
Remove the RELEASE var from printout should solve the issue in install.sh.

🔄 Steps to reproduce the issue.

Just try to install mafi from a Proxmox node 8.4.1

Paste the full error output (if available).

0: line 25: RELEASE: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @JohanHardy on GitHub (Jul 30, 2025). Originally assigned to: @tremor021 on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Mafi Helper script (install) ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mafl.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. The variable RELEASE at line 25 is not declared (UNBOUND). And, remove also the one below when deployment is done. Remove the RELEASE var from printout should solve the issue in install.sh. ### 🔄 Steps to reproduce the issue. Just try to install mafi from a Proxmox node 8.4.1 ### ❌ Paste the full error output (if available). 0: line 25: RELEASE: unbound variable ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 00:30:54 +03:00
Author
Owner

@tremor021 commented on GitHub (Jul 30, 2025):

Yes, this is correct. RELEASE var is a leftover from refactor we did some time earlier. Fixed after #6371 merges

Thank you for reporting this

@tremor021 commented on GitHub (Jul 30, 2025): Yes, this is correct. RELEASE var is a leftover from refactor we did some time earlier. Fixed after #6371 merges Thank you for reporting this
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1367