|
@@ -102,7 +102,7 @@ if [[ "$MAIL_SYSTEM" =~ exim ]]; then
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
# Touch mailhelo.conf if it doesnt exist
|
|
# Touch mailhelo.conf if it doesnt exist
|
|
|
- if [ ! -f "/etc/exim4/mailhelo.conf" }; then
|
|
|
|
|
|
|
+ if [ ! -f "/etc/exim4/mailhelo.conf" ]; then
|
|
|
touch /etc/exim4/mailhelo.conf
|
|
touch /etc/exim4/mailhelo.conf
|
|
|
fi
|
|
fi
|
|
|
|
|
|