Explorar el Código

Missing space

Bob Mottram hace 10 años
padre
commit
702f9097f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Ver fichero

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