[GH-ISSUE #5758] Mafl update script failing #1232

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

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

Have you read and understood the above guidelines?

yes

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

Mafl

📂 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 update script is failing and breaks mafl (you need to manually move the backed-up folder into place or roll back the LXC).

This has been introduced by #5702, which was a pull request addressing #5700. Since #5700 can't be reopened, I'm creating this new issue as a follow-up.

It should be a small fix, line 40 should be rm -rf /opt/mafl. I'll open a pull request for that.

🔄 Steps to reproduce the issue.

  1. enter Mafl LXC shell
  2. type update

Paste the full error output (if available).

  ✔️   Service stopped
  ⏳   Performing backuprm: cannot remove '/opt/mafl': Is a directory

[ERROR] in line 40: exit code 0: while executing command rm /opt/mafl

root@mafl:~# 

🖼️ Additional context (optional).

No response

Originally created by @jonalbr on GitHub (Jul 6, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5758 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Mafl ### 📂 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 update script is failing and breaks mafl (you need to manually move the backed-up folder into place or roll back the LXC). This has been introduced by #5702, which was a pull request addressing #5700. Since #5700 can't be reopened, I'm creating this new issue as a follow-up. It should be a small fix, line 40 should be `rm -rf /opt/mafl`. I'll open a pull request for that. ### 🔄 Steps to reproduce the issue. 1. enter Mafl LXC shell 2. type `update` ### ❌ Paste the full error output (if available). ``` ✔️ Service stopped ⏳ Performing backuprm: cannot remove '/opt/mafl': Is a directory [ERROR] in line 40: exit code 0: while executing command rm /opt/mafl root@mafl:~# ``` ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:48:12 +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#1232
No description provided.