Browse Source

Remove service restart delay during upgrade

Kristan Kenney 6 years ago
parent
commit
04254e049a
1 changed files with 0 additions and 1 deletions
  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
 
 echo "(*) Restarting services..."
-sleep 3
 if [ ! -z $MAIL_SYSTEM ]; then
     $BIN/v-restart-mail $restart
 fi