projects
/
dovecot-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78f12c
)
izmjene u postinstu
jessie
debian/1%2.2.13_cn1
author
Ivan Rako
<irako@nekkar.carnet.hr>
Tue, 9 May 2017 13:52:02 +0000
(15:52 +0200)
committer
Ivan Rako
<irako@nekkar.carnet.hr>
Tue, 9 May 2017 13:52:02 +0000
(15:52 +0200)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
0d75081
..
2afcf7a
100755
(executable)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-49,7
+49,7
@@
if ! grep -q ^ssl_cert /etc/dovecot/conf.d/10-ssl.conf \
if [ ! -f /etc/dovecot/dovecot.pem -a ! -f /etc/dovecot/private/dovecot.pem ]; then
echo "CN: Generating certificate and key..."
- /usr/share/dovecot-cn/mkcert.sh 2>&1 > /dev/null
+ /usr/share/dovecot-cn/mkcert.sh || true
fi
cp_check_and_sed '#ssl_cert = </etc/dovecot/dovecot.pem' \