mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
remove echo command
This commit is contained in:
parent
30f2c2bd77
commit
fc5e3a0aec
@ -47,9 +47,6 @@ mail_send() {
|
|||||||
_saveaccountconf_mutable MAIL_TO "$MAIL_TO"
|
_saveaccountconf_mutable MAIL_TO "$MAIL_TO"
|
||||||
else
|
else
|
||||||
MAIL_TO="$(_readaccountconf ACCOUNT_EMAIL)"
|
MAIL_TO="$(_readaccountconf ACCOUNT_EMAIL)"
|
||||||
|
|
||||||
echo "MAIL_TO: $MAIL_TO"
|
|
||||||
|
|
||||||
if [ -z "$MAIL_TO" ]; then
|
if [ -z "$MAIL_TO" ]; then
|
||||||
_err "It seems that account email is empty."
|
_err "It seems that account email is empty."
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user