aboutsummaryrefslogtreecommitdiffstats
path: root/main/dovecot/dovecot.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/dovecot/dovecot.post-install')
-rw-r--r--main/dovecot/dovecot.post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dovecot/dovecot.post-install b/main/dovecot/dovecot.post-install
index e57deb48b5..ed3ebf1247 100644
--- a/main/dovecot/dovecot.post-install
+++ b/main/dovecot/dovecot.post-install
@@ -21,7 +21,7 @@ if [ -r "$dovecot_conf" ]; then
fi
CERTFILE=${ssl_cert_file:-$CERTDIR/server.pem}
-KEYFILE=${ssl_key_file:-KEYDIR/server.key}
+KEYFILE=${ssl_key_file:-$KEYDIR/server.key}
if [ -e "$CERTFILE" ]; then
echo "Keeiping existing $CERTFILE"