Update securize_conf.sh - dictionary added
parent
4dd6fc7a41
commit
dafd45612e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue