Revert wget usage of --hsts-file=/dev/null

This commit is contained in:
cytopia
2019-03-08 15:14:14 +01:00
parent dfc3481773
commit e3ddad4e50
12 changed files with 12 additions and 12 deletions

View File

@@ -464,7 +464,7 @@ software_available:
mhsendmail:
all:
command: |
wget --hsts-file=/dev/null https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64 \
wget https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64 \
&& chmod +x mhsendmail_linux_amd64 \
&& mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail \
mysqldumpsecure: