Update securize_conf.sh - dictionary added

Elena Barrios Galán 2022-05-23 09:03:35 +00:00
parent 4dd6fc7a41
commit dafd45612e
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
apt install dictionaries-common wamerican -y
PWD=$(shuf -n3 /usr/share/dict/words | tr -d "\n" | tr -d "'")
sed -i "/^SMTP_PASSWORD=/c\SMTP_PASSWORD=$PWD" digitaldemocratic.conf