Просмотр исходного кода

Fix typo, time for coffee (TM)

Raphael Schneeberger 5 лет назад
Родитель
Сommit
12e3da7365
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/v-add-mail-domain

+ 1 - 1
bin/v-add-mail-domain

@@ -102,7 +102,7 @@ if [[ "$MAIL_SYSTEM" =~ exim ]]; then
     fi
 
     # 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
     fi