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