Fix command for generate password with mkpasswd
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Eric Morino 2022-09-05 11:42:49 +02:00
parent 6fa89e69a5
commit c28ded807d

View file

@ -41,5 +41,5 @@ proftpd_accounts:
For generate the sha512 version of yours password : For generate the sha512 version of yours password :
~~~ ~~~
echo "test" | mkpasswd --method=sha-512 - printf "test" | mkpasswd --stdin --method=sha-512
~~~ ~~~