From b723b69a2028ce5f063acb1e4627d9d61614ed2a Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 27 Dec 2014 17:41:34 +0200 Subject: [PATCH] reboot ui feedback fix --- static/js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/main.js b/static/js/main.js index 87ecc70..390c13e 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -1487,6 +1487,7 @@ function doReboot() { }, function () { shutDown = true; /* the first error indicates the system was shut down */ + setTimeout(checkServer, 1000); } ); } -- 2.39.5