소스 검색

Single quotes

Bob Mottram 8 년 전
부모
커밋
bb8e3aba45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-base-email

+ 1
- 1
src/freedombone-base-email 파일 보기

@@ -793,7 +793,7 @@ function install_email {
793 793
     sed -i 's|pam_mail.so standard noenv|pam_mail.so dir=~/Maildir standard|g' /etc/pam.d/sshd
794 794
     sed -i 's|pam_mail.so nopen|pam_mail.so dir=~/Maildir nopen|g' /etc/pam.d/su
795 795
 
796
-    echo 'dc_eximconfig_configtype="internet"' > /etc/exim4/update-exim4.conf.conf
796
+    echo "dc_eximconfig_configtype='internet'" > /etc/exim4/update-exim4.conf.conf
797 797
     if [[ $ONION_ONLY == "no" ]]; then
798 798
         # both ICANN and onion domains
799 799
         echo "dc_other_hostnames='${DEFAULT_DOMAIN_NAME};${EMAIL_ONION_HOSTNAME}'" >> /etc/exim4/update-exim4.conf.conf