From bb8e3aba456b15c5daa723bb4cb80424bc18ac55 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 23 Oct 2016 14:28:05 +0100 Subject: [PATCH] Single quotes --- src/freedombone-base-email | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-base-email b/src/freedombone-base-email index 19ff1d11..1ac797e4 100755 --- a/src/freedombone-base-email +++ b/src/freedombone-base-email @@ -793,7 +793,7 @@ function install_email { sed -i 's|pam_mail.so standard noenv|pam_mail.so dir=~/Maildir standard|g' /etc/pam.d/sshd sed -i 's|pam_mail.so nopen|pam_mail.so dir=~/Maildir nopen|g' /etc/pam.d/su - echo 'dc_eximconfig_configtype="internet"' > /etc/exim4/update-exim4.conf.conf + echo "dc_eximconfig_configtype='internet'" > /etc/exim4/update-exim4.conf.conf if [[ $ONION_ONLY == "no" ]]; then # both ICANN and onion domains echo "dc_other_hostnames='${DEFAULT_DOMAIN_NAME};${EMAIL_ONION_HOSTNAME}'" >> /etc/exim4/update-exim4.conf.conf