diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-01 09:18:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-01 09:18:20 +0000 |
commit | d75e9a94532f034e3272486002a2ff01713f4bc2 (patch) | |
tree | 05d04ab3a67fcea6464a2e7aad395c6afc8e6692 /main/dovecot/dovecot.post-install | |
parent | c90d42990d2db190884cec32ca3f58dcd680af3f (diff) | |
download | aports-d75e9a94532f034e3272486002a2ff01713f4bc2.tar.bz2 aports-d75e9a94532f034e3272486002a2ff01713f4bc2.tar.xz |
main/dovecot: fix typo in post-install
Diffstat (limited to 'main/dovecot/dovecot.post-install')
-rw-r--r-- | main/dovecot/dovecot.post-install | 2 |
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" |