Procházet zdrojové kódy

Remove service restart delay during upgrade

Kristan Kenney před 6 roky
rodič
revize
04254e049a
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      install/upgrade/restart.sh

+ 0 - 1
install/upgrade/restart.sh

@@ -15,7 +15,6 @@ for user in `ls /usr/local/hestia/data/users/`; do
 done
 done
 
 
 echo "(*) Restarting services..."
 echo "(*) Restarting services..."
-sleep 3
 if [ ! -z $MAIL_SYSTEM ]; then
 if [ ! -z $MAIL_SYSTEM ]; then
     $BIN/v-restart-mail $restart
     $BIN/v-restart-mail $restart
 fi
 fi