Skip to content

Commit

Permalink
fix(): ssl_dh missing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hardware committed Aug 11, 2019
1 parent fd5300c commit 3e9cc07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rootfs/usr/local/bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,10 @@ find /var/mail/vhosts ! -user vmail -print0 | xargs -0 -r chown vmail:vmail
# Avoid file_dotlock_open function exception
rm -f /var/mail/dovecot/instances

if [ -f "/var/mail/dovecot/ssl-parameters.dat" ]; then
mv /var/mail/dovecot/ssl-parameters.dat /var/mail/dovecot/ssl-parameters.dat.backup
fi

# UNBOUND
# ---------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 3e9cc07

Please sign in to comment.