We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b7242 commit d03a17fCopy full SHA for d03a17f
bin/v-update-mail-domain-ssl
@@ -85,6 +85,10 @@ fi
85
# Hestia #
86
#----------------------------------------------------------#
87
88
+# Restarting mail server
89
+$BIN/v-restart-mail "$restart"
90
+check_result $? "Mail restart failed" > /dev/null
91
+
92
# Restarting web server
93
$BIN/v-restart-web "$restart"
94
check_result $? "Web restart failed" > /dev/null
0 commit comments