Skip to content

Commit 12e3da7

Browse files
committed
Fix typo, time for coffee (TM)
1 parent 359c61e commit 12e3da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-mail-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [[ "$MAIL_SYSTEM" =~ exim ]]; then
102102
fi
103103

104104
# Touch mailhelo.conf if it doesnt exist
105-
if [ ! -f "/etc/exim4/mailhelo.conf" }; then
105+
if [ ! -f "/etc/exim4/mailhelo.conf" ]; then
106106
touch /etc/exim4/mailhelo.conf
107107
fi
108108

0 commit comments

Comments
 (0)