Skip to content

Commit d03a17f

Browse files
authored
Update v-update-mail-domain-ssl (hestiacp#3850)
1 parent a0b7242 commit d03a17f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/v-update-mail-domain-ssl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ fi
8585
# Hestia #
8686
#----------------------------------------------------------#
8787

88+
# Restarting mail server
89+
$BIN/v-restart-mail "$restart"
90+
check_result $? "Mail restart failed" > /dev/null
91+
8892
# Restarting web server
8993
$BIN/v-restart-web "$restart"
9094
check_result $? "Web restart failed" > /dev/null

0 commit comments

Comments
 (0)