Fix command for generate password with mkpasswd
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
Eric Morino 2022-09-05 11:42:49 +02:00
parent 6fa89e69a5
commit c28ded807d
1 changed files with 1 additions and 1 deletions

View File

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