mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-17 20:01:46 +00:00
remove unset
This commit is contained in:
parent
fc5e3a0aec
commit
9a7c9e8d98
@ -14,8 +14,6 @@ mail_send() {
|
|||||||
_debug "_content" "$_content"
|
_debug "_content" "$_content"
|
||||||
_debug "_statusCode" "$_statusCode"
|
_debug "_statusCode" "$_statusCode"
|
||||||
|
|
||||||
unset -f _MAIL_BIN _MAIL_BODY _MAIL_CMD
|
|
||||||
|
|
||||||
MAIL_BIN="${MAIL_BIN:-$(_readaccountconf_mutable MAIL_BIN)}"
|
MAIL_BIN="${MAIL_BIN:-$(_readaccountconf_mutable MAIL_BIN)}"
|
||||||
if [ -n "$MAIL_BIN" ] && ! _exists "$MAIL_BIN"; then
|
if [ -n "$MAIL_BIN" ] && ! _exists "$MAIL_BIN"; then
|
||||||
_err "It seems that the command $MAIL_BIN is not in path."
|
_err "It seems that the command $MAIL_BIN is not in path."
|
||||||
|
Loading…
Reference in New Issue
Block a user