fix restart

This commit is contained in:
Andras Bacsai
2022-09-05 13:09:59 +02:00
parent a18c73bd7c
commit 6ca1d978d4
3 changed files with 4 additions and 3 deletions

View File

@@ -42,6 +42,7 @@
loading.restart = true;
try {
await post(`/internal/restart`, {});
await asyncSleep(10000);
let reachable = false;
let tries = 0;
do {