Browse Source

Single quotes

Bob Mottram 8 years ago
parent
commit
bb8e3aba45
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-base-email

+ 1
- 1
src/freedombone-base-email View File

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