|
@@ -753,10 +753,10 @@ function install_email {
|
753
|
753
|
set_hostname ${EMAIL_ONION_HOSTNAME}
|
754
|
754
|
MY_EMAIL_ADDRESS=${MY_USERNAME}@${DEFAULT_DOMAIN_NAME}
|
755
|
755
|
fi
|
756
|
|
- if ! grep -q "Email onion domain" $COMPLETION_FILE; then
|
757
|
|
- echo "Email onion domain:${EMAIL_ONION_HOSTNAME}" >> $COMPLETION_FILE
|
|
756
|
+ if ! grep -q "email onion domain" $COMPLETION_FILE; then
|
|
757
|
+ echo "email onion domain:${EMAIL_ONION_HOSTNAME}" >> $COMPLETION_FILE
|
758
|
758
|
else
|
759
|
|
- sed -i "s|Email onion domain.*|Email onion domain:${EMAIL_ONION_HOSTNAME}|g" $COMPLETION_FILE
|
|
759
|
+ sed -i "s|email onion domain.*|email onion domain:${EMAIL_ONION_HOSTNAME}|g" $COMPLETION_FILE
|
760
|
760
|
fi
|
761
|
761
|
|
762
|
762
|
# see https://github.com/petterreinholdtsen/exim4-smtorp
|