diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-12 21:24:22 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-13 01:57:39 +0100 |
| commit | 3561b6d86c329272b1825adaf3ca49c9aff76119 (patch) | |
| tree | fb8bd4148a7ddca115878b96326a6d6c96c6776f /create_radicale_user.command | |
| parent | 6c22a6e48e8ff49a69434eca7a7b78158576cb7b (diff) | |
| download | net_services-3561b6d86c329272b1825adaf3ca49c9aff76119.tar.gz net_services-3561b6d86c329272b1825adaf3ca49c9aff76119.zip | |
Refactor
- Remove cgit files; pull cgit image from Docker Hub instead of building
locally
- Tidy up file hierarchy
- Minor fixes and edits
Diffstat (limited to 'create_radicale_user.command')
| -rwxr-xr-x | create_radicale_user.command | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/create_radicale_user.command b/create_radicale_user.command deleted file mode 100755 index 0b072e6..0000000 --- a/create_radicale_user.command +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/bash - -username=${1:?missing argument username} -htpasswd -nBC 12 "$username" |
