create_user/delete_user: quote user and filename

This commit is contained in:
Michael Eischer
2025-04-14 20:48:11 +02:00
parent 4f17744d6c
commit 19aa0845c0
2 changed files with 3 additions and 3 deletions

View File

@@ -5,4 +5,4 @@ if [ -z "$1" ]; then
exit 1
fi
htpasswd -D $PASSWORD_FILE $1
htpasswd -D "$PASSWORD_FILE" "$1"