mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 15:28:22 +01:00
fixed MSMTP-typo
This commit is contained in:
parent
071fa4b245
commit
76d2921719
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue