From e0d66cc77369a2d4d92c0f9394cf290ef001422a Mon Sep 17 00:00:00 2001 From: Thomas McWork Date: Tue, 8 Oct 2024 21:57:23 +0200 Subject: [PATCH] fix upgly typo which prevents email notifications --- notify_templates/notify_smtp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify_templates/notify_smtp.sh b/notify_templates/notify_smtp.sh index 8ae8bec..c6f3ba2 100644 --- a/notify_templates/notify_smtp.sh +++ b/notify_templates/notify_smtp.sh @@ -8,7 +8,7 @@ MSMTP=$(which msmtp) SSMTP=$(which ssmtp) -if [ -n "$MSMPT" ] ; then +if [ -n "$MSMTP" ] ; then MailPkg=$MSMTP elif [ -n "$SSMTP" ] ; then MailPkg=$SSMTP