diff options
Diffstat (limited to 'create_radicale_user.command')
| -rwxr-xr-x | create_radicale_user.command | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/create_radicale_user.command b/create_radicale_user.command new file mode 100755 index 0000000..0b072e6 --- /dev/null +++ b/create_radicale_user.command @@ -0,0 +1,4 @@ +#!/usr/bin/bash + +username=${1:?missing argument username} +htpasswd -nBC 12 "$username" |
