mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-03 15:01:00 +08:00
Avoid manually generating passwd salt
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
1cd8d090a9
commit
bada941362
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ WEBLATE_SENTRY="$sentry"
|
|||
|
||||
# Exim
|
||||
EXIM_PASS=$smtp_pass
|
||||
# $(openssl passwd -6 -salt $(openssl rand -hex 6) "$smtp_pass")
|
||||
# $(openssl passwd -6 "$smtp_pass")
|
||||
|
||||
# Postgresql
|
||||
POSTGRES_PASS=$(openssl rand -hex 32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue