소스 검색

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