From 76d2921719ddca02366053f9b368a958d37e6a7c Mon Sep 17 00:00:00 2001 From: mag37 Date: Thu, 10 Oct 2024 09:48:41 +0200 Subject: [PATCH] fixed MSMTP-typo --- notify_templates/notify_DSM.sh | 2 +- notify_templates/notify_smtp.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notify_templates/notify_DSM.sh b/notify_templates/notify_DSM.sh index 84ba7e9..4285481 100644 --- a/notify_templates/notify_DSM.sh +++ b/notify_templates/notify_DSM.sh @@ -9,7 +9,7 @@ MSMTP=$(which msmtp) SSMTP=$(which ssmtp) -if [ -n "$MSMPT" ] ; then +if [ -n "$MSMTP" ] ; then MailPkg=$MSMTP elif [ -n "$SSMTP" ] ; then MailPkg=$SSMTP diff --git a/notify_templates/notify_smtp.sh b/notify_templates/notify_smtp.sh index 5b110c7..d8f188f 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