Explorar el Código

Add delay before restarting services during upgrade

Kristan Kenney hace 6 años
padre
commit
ecfcde0221
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      func/upgrade.sh

+ 1 - 0
func/upgrade.sh

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