2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 14:25:37 +00:00

remove echo command

This commit is contained in:
Honza Hommer
2019-05-13 18:59:58 +02:00
parent 30f2c2bd77
commit fc5e3a0aec

View File

@@ -47,9 +47,6 @@ mail_send() {
_saveaccountconf_mutable MAIL_TO "$MAIL_TO"
else
MAIL_TO="$(_readaccountconf ACCOUNT_EMAIL)"
echo "MAIL_TO: $MAIL_TO"
if [ -z "$MAIL_TO" ]; then
_err "It seems that account email is empty."
return 1