fix: server validation

This commit is contained in:
Andras Bacsai
2024-02-22 14:46:11 +01:00
parent 836458ad85
commit 592221b4bf
3 changed files with 14 additions and 12 deletions

View File

@@ -469,7 +469,7 @@ class Server extends BaseModel
return false;
}
try {
$dockerRunning = instant_remote_process(["docker version"], $this);
instant_remote_process(["docker version"], $this);
} catch (\Throwable $e) {
$this->settings->is_usable = false;
$this->settings->save();