mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-17 11:51:43 +00:00
fixed formating
This commit is contained in:
parent
3c7be32ef5
commit
37e3e2f9c2
@ -78,7 +78,7 @@ mail_send() {
|
|||||||
|
|
||||||
_mail_bin() {
|
_mail_bin() {
|
||||||
_MAIL_BIN=""
|
_MAIL_BIN=""
|
||||||
_MAIL_BINS="sendmail ssmtp mutt mail msmtp"
|
_MAIL_BINS="sendmail ssmtp mutt mail msmtp"
|
||||||
|
|
||||||
if [ -n "$MAIL_BIN" ]; then
|
if [ -n "$MAIL_BIN" ]; then
|
||||||
_MAIL_BINS="$MAIL_BIN $_MAIL_BINS"
|
_MAIL_BINS="$MAIL_BIN $_MAIL_BINS"
|
||||||
|
Loading…
Reference in New Issue
Block a user