瀏覽代碼

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