Radicale script failes on htpasswd #449

Closed
opened 2026-02-04 18:58:02 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @AntiApple4life on GitHub (Feb 5, 2025).

Have you read and understood the above guidelines?

yes

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

Radicale

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

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

📝 Provide a clear and concise description of the issue.

When I install Radicale with the script, it fails when trying to create the password file, as the -c argument is not used

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Install Radicale with the script

Paste the full error output (if available).

 ⠋htpasswd: cannot modify file /opt/radicale/users; use '-c' to create it
 ⠙
[ERROR] in line 30: exit code 0: while executing command htpasswd -b -5 /opt/radicale/users admin $RNDPASS

🖼️ Additional context (optional).

No response

Originally created by @AntiApple4life on GitHub (Feb 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Radicale ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/radicale.sh)" ### 📝 Provide a clear and concise description of the issue. When I install Radicale with the script, it fails when trying to create the password file, as the -c argument is not used ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Install Radicale with the script ### ❌ Paste the full error output (if available). ``` ⠋htpasswd: cannot modify file /opt/radicale/users; use '-c' to create it ⠙ [ERROR] in line 30: exit code 0: while executing command htpasswd -b -5 /opt/radicale/users admin $RNDPASS ``` ### 🖼️ Additional context (optional). _No response_
Author
Owner

@tremor021 commented on GitHub (Feb 5, 2025):

#2065

@tremor021 commented on GitHub (Feb 5, 2025): #2065
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#449