fix: sync upgrade process
This commit is contained in:
parent
a15eca137d
commit
f50c483c64
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public function upgrade()
|
||||||
}
|
}
|
||||||
$this->rateLimit(1, 60);
|
$this->rateLimit(1, 60);
|
||||||
$this->updateInProgress = true;
|
$this->updateInProgress = true;
|
||||||
UpdateCoolify::run(force: true, async: true);
|
UpdateCoolify::run(force: true, async: false);
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
return handleError($e, $this);
|
return handleError($e, $this);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue