Browse Source

Missing space

Bob Mottram 9 years ago
parent
commit
702f9097f1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -5641,7 +5641,7 @@ function configure_imap {
5641 5641
   chown root:dovecot /etc/ssl/certs/dovecot.*
5642 5642
   chown root:dovecot /etc/ssl/private/dovecot.*
5643 5643
 
5644
-  if [ ! -f /etc/dovecot/conf.d/10-ssl.conf]; then
5644
+  if [ ! -f /etc/dovecot/conf.d/10-ssl.conf ]; then
5645 5645
       echo 'Unable to find /etc/dovecot/conf.d/10-ssl.conf'
5646 5646
       exit 83629
5647 5647
   fi