Missing space
This commit is contained in:
parent
1d7332fd51
commit
702f9097f1
|
@ -5641,7 +5641,7 @@ function configure_imap {
|
|||
chown root:dovecot /etc/ssl/certs/dovecot.*
|
||||
chown root:dovecot /etc/ssl/private/dovecot.*
|
||||
|
||||
if [ ! -f /etc/dovecot/conf.d/10-ssl.conf]; then
|
||||
if [ ! -f /etc/dovecot/conf.d/10-ssl.conf ]; then
|
||||
echo 'Unable to find /etc/dovecot/conf.d/10-ssl.conf'
|
||||
exit 83629
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue