Add -o option to mhsendmail

This commit is contained in:
cytopia
2019-12-31 16:30:59 +01:00
parent 2587886b24
commit 3ad0330bca
12 changed files with 12 additions and 12 deletions

View File

@@ -571,7 +571,7 @@ software_available:
mhsendmail:
all:
command: |
wget https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64 \
wget https://github.com/devilbox/mhsendmail/releases/download/v0.3.0/mhsendmail_linux_amd64 \
&& chmod +x mhsendmail_linux_amd64 \
&& mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail \
mysqldumpsecure: