Kristan Kenney 6 лет назад
Родитель
Сommit
e7d79451a0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      bin/v-restart-mail

+ 2 - 2
bin/v-restart-mail

@@ -2,7 +2,7 @@
 # info: restart mail service
 # options: NONE
 #
-# The function tells Exim service to reload configuration files.
+# The function tells exim or dovecot services to reload configuration files.
 
 
 #----------------------------------------------------------#
@@ -59,7 +59,7 @@ if [ ! -z "$IMAP_SYSTEM" ]; then
 fi
 
 # Restart mail system
-$BIN/v-restart-service $MAIL_SYSTEM >/dev/null 2>&1
+$BIN/v-restart-service $MAIL_SYSTEM > /dev/null 2>&1
 if [ $? -ne 0 ]; then
     send_email_report
     check_result $E_RESTART "$MAIL_SYSTEM restart failed"