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 dbb74b4 commit 6396b9eCopy full SHA for 6396b9e
install/upgrade/0.9.8-29.sh
@@ -322,6 +322,16 @@ for user in `ls /usr/local/hestia/data/users/`; do
322
v-rebuild-mail-domains $user >/dev/null 2>&1
323
sleep 1
324
done
325
+
326
+sleep 2
327
328
+# Restart services server
329
+echo "(*) Restarting services..."
330
+$BIN/v-restart-mail $restart
331
+$BIN/v-restart-service $IMAP_SYSTEM $restart
332
+$BIN/v-restart-web $restart
333
+$BIN/v-restart-proxy $restart
334
335
echo ""
336
echo " Upgrade complete! Please report any bugs or issues to"
337
echo " https://github.com/hestiacp/hestiacp/issues."
0 commit comments