Skip to content

Commit e7d7945

Browse files
author
Kristan Kenney
committed
Update v-restart-mail
1 parent e971eeb commit e7d7945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-restart-mail

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# info: restart mail service
33
# options: NONE
44
#
5-
# The function tells Exim service to reload configuration files.
5+
# The function tells exim or dovecot services to reload configuration files.
66

77

88
#----------------------------------------------------------#
@@ -59,7 +59,7 @@ if [ ! -z "$IMAP_SYSTEM" ]; then
5959
fi
6060

6161
# Restart mail system
62-
$BIN/v-restart-service $MAIL_SYSTEM >/dev/null 2>&1
62+
$BIN/v-restart-service $MAIL_SYSTEM > /dev/null 2>&1
6363
if [ $? -ne 0 ]; then
6464
send_email_report
6565
check_result $E_RESTART "$MAIL_SYSTEM restart failed"

0 commit comments

Comments
 (0)