From 4cd4cab644036afa4bc4c2c99926433de2f82eb8 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 3 Oct 2020 12:39:09 +0200 Subject: [PATCH] don't show the password --- addons/smtp-mail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/smtp-mail.sh b/addons/smtp-mail.sh index e889ba81..7c40858c 100644 --- a/addons/smtp-mail.sh +++ b/addons/smtp-mail.sh @@ -232,11 +232,11 @@ To change the settings please check /etc/msmtprc on your server, or simply just YOUR CURRENT SETTINGS: ------------------------------------------- -$(cat /etc/msmtprc) +$(cat /etc/msmtprc | grep -v password) ------------------------------------------- Best regards -The Nextcloud VM team +The NcVM team https://nextcloudvm.com" \ | mail -s "Test email from your NcVM" "$RECIPIENT" &>/dev/null then