mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-12 11:01:03 +00:00
typos
This commit is contained in:
@ -62,7 +62,7 @@ _mail_send() {
|
||||
ssmtp)
|
||||
"$_MAIL_BIN" "$MAIL_TO"
|
||||
;;
|
||||
mutt|mail)
|
||||
mutt | mail)
|
||||
"$_MAIL_BIN" -s "$_subject" "$MAIL_TO"
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user