Supprimer 'ap22/dau'

This commit is contained in:
uap22-r 2022-03-31 09:49:21 +02:00
parent 718b2b2209
commit f933da8552

@ -1,8 +0,0 @@
#!/bin/bash
set -e
set -u
login=$1
password=$(htpasswd -bnBC 10 "$1" "$1"|tr -d '\d')
echo "${password}:${login}:${login}@localhost:${login},user"