Browse Source

Increase delay before restarting services after upgrade

Kristan Kenney 6 years ago
parent
commit
16cecdd538
1 changed files with 1 additions and 1 deletions
  1. 1 1
      func/upgrade.sh

+ 1 - 1
func/upgrade.sh

@@ -214,7 +214,7 @@ upgrade_rebuild_users() {
 
 upgrade_restart_services() {
     echo "(*) Restarting services..."
-    sleep 3
+    sleep 5
     if [ ! -z "$MAIL_SYSTEM" ]; then
         $BIN/v-restart-mail $restart
     fi