From dafd45612e64338fd8321a868bc34f9cab2de9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Barrios=20Gal=C3=A1n?= Date: Mon, 23 May 2022 09:03:35 +0000 Subject: [PATCH] Update securize_conf.sh - dictionary added --- securize_conf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/securize_conf.sh b/securize_conf.sh index 91414d6..002de78 100755 --- a/securize_conf.sh +++ b/securize_conf.sh @@ -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