Missing space

This commit is contained in:
Bob Mottram 2015-06-20 18:56:31 +01:00
parent 1d7332fd51
commit 702f9097f1
1 changed files with 1 additions and 1 deletions

View File

@ -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