This commit is contained in:
Dane Everitt
2018-02-27 19:43:47 -06:00
parent fa997b9e0d
commit a765e0dbb6
3 changed files with 17 additions and 17 deletions

View File

@@ -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();