This commit is contained in:
Dane Everitt 2018-02-27 19:43:47 -06:00
parent fa997b9e0d
commit a765e0dbb6
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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();