Skip to content

Commit

Permalink
Merge pull request #282 from joergmschulz/patch-1
Browse files Browse the repository at this point in the history
Update 10-db-backup msmtp -C
  • Loading branch information
tiredofit authored Nov 18, 2023
2 parents ca2f04c + c746fb6 commit 2e30558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/assets/functions/10-db-backup
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ notify() {
fi
mail_recipients=$(echo "${MAIL_TO}" | tr "," "\n")
for mail_recipient in $mail_recipients ; do
cat <<EOF | msmtp -t "${mail_recipient}" -c /etc/msmtprc
cat <<EOF | msmtp -t "${mail_recipient}" -C /etc/msmtprc
To: ${mail_recipient}
Subject: [db-backup] ${4}

Expand Down

0 comments on commit 2e30558

Please sign in to comment.