Update 'build/start-container.sh'
All checks were successful
ci/woodpecker/push/build-dev Pipeline was successful

This commit is contained in:
2023-03-17 22:38:14 +01:00
parent 2c2fe429e7
commit bb96283ad5

View File

@@ -12,4 +12,6 @@ from ${SMTP_FROM}
user ${SMTP_USER} user ${SMTP_USER}
password ${SMTP_PASSWORD}" > ~/.msmtprc password ${SMTP_PASSWORD}" > ~/.msmtprc
chmod 600 ~/.msmtprc
echo -e "Subject: ${SUBJECT}\n\n${MESSAGE}" | msmtp ${TO_ADDRESS} echo -e "Subject: ${SUBJECT}\n\n${MESSAGE}" | msmtp ${TO_ADDRESS}