✖️ No Zammad Installation Found! #289

Closed
opened 2026-02-04 17:45:51 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @veecom-one on GitHub (Jan 7, 2025).

Originally assigned to: @michelroegl-brunner on GitHub.

Have you read and understood the above guidelines?

yes

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

Zammad LXC

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zammad.sh)"

📝 Provide a clear and concise description of the issue.

The script is called in the if section of the update_script() function:

if [[ ! -d /opt/zamad ]];

it would be correct as follows if [[ ! -d /opt/zammad ]];

zammad is called with double “m”

Thank you :)

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  1. update or bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zammad.sh)"

Paste the full error output (if available).

✖️ No Zammad Installation Found!

🖼️ Additional context (optional).

No response

Originally created by @veecom-one on GitHub (Jan 7, 2025). Originally assigned to: @michelroegl-brunner on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Zammad LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zammad.sh)" ### 📝 Provide a clear and concise description of the issue. The script is called in the if section of the update_script() function: if [[ ! -d /opt/**zamad** ]]; it would be correct as follows if [[ ! -d /opt/**zammad** ]]; zammad is called with double “m” Thank you :) ### ⚙️ What settings are you using? - [X] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. 1. update or bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zammad.sh)" ### ❌ Paste the full error output (if available). ✖️ No Zammad Installation Found! ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 17:45:51 +03:00
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 7, 2025):

PR is created, will be fixed soon.

@michelroegl-brunner commented on GitHub (Jan 7, 2025): PR is created, will be fixed soon.
Author
Owner

@MickLesk commented on GitHub (Jan 7, 2025):

merged

@MickLesk commented on GitHub (Jan 7, 2025): merged
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#289