closes #991
This commit is contained in:
parent
fa997b9e0d
commit
a765e0dbb6
3 changed files with 17 additions and 17 deletions
|
@ -66,7 +66,7 @@ class ReinstallServerService
|
|||
$this->database->beginTransaction();
|
||||
$this->repository->withoutFreshModel()->update($server->id, [
|
||||
'installed' => 0,
|
||||
]);
|
||||
], true, true);
|
||||
|
||||
try {
|
||||
$this->daemonServerRepository->setServer($server)->reinstall();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue