From bb96283ad52f1993290a65fb237c88349a2c0676 Mon Sep 17 00:00:00 2001 From: vista Date: Fri, 17 Mar 2023 22:38:14 +0100 Subject: [PATCH] Update 'build/start-container.sh' --- build/start-container.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/start-container.sh b/build/start-container.sh index 81c6271..4b16d0f 100644 --- a/build/start-container.sh +++ b/build/start-container.sh @@ -12,4 +12,6 @@ from ${SMTP_FROM} user ${SMTP_USER} password ${SMTP_PASSWORD}" > ~/.msmtprc +chmod 600 ~/.msmtprc + echo -e "Subject: ${SUBJECT}\n\n${MESSAGE}" | msmtp ${TO_ADDRESS} \ No newline at end of file