瀏覽代碼

Missing space

Bob Mottram 10 年之前
父節點
當前提交
702f9097f1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

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