mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-12 03:28:53 +00:00
remove echo command
This commit is contained in:
committed by
Bernard Spil
parent
81bd7ce00e
commit
b9f69c4b0c
@ -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
|
||||
|
Reference in New Issue
Block a user