Skip to content

Commit

Permalink
💤
Browse files Browse the repository at this point in the history
  • Loading branch information
Zypr committed Dec 6, 2015
1 parent 2308601 commit 5bcbb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/script/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ if [ ${USE_MAILSERVER} == '1' ]; then
mkdir -p /etc/ssl/mail >/dev/null 2>&1
rm /etc/ssl/mail/* >/dev/null 2>&1
cp /etc/nginx/ssl/dh.pem /etc/ssl/mail/dhparams.pem
[ ${USE_VALID_SSL} == '1' ]; then
if [ ${USE_VALID_SSL} == '1' ]; then
ln -s /etc/letsencrypt/live/${MYDOMAIN}/fullchain.pem /etc/ssl/mail/mail.crt
ln -s /etc/letsencrypt/live/${MYDOMAIN}/privkey.pem /etc/ssl/mail/mail.key
else
Expand Down

0 comments on commit 5bcbb5c

Please sign in to comment.