Remove commented out code in ServerStatusJob.php
This commit is contained in:
parent
678647f39a
commit
b67abe58e8
1 changed files with 0 additions and 9 deletions
|
|
@ -41,15 +41,6 @@ public function handle()
|
||||||
throw new \RuntimeException('Server is not ready.');
|
throw new \RuntimeException('Server is not ready.');
|
||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
// $this->server->validateConnection();
|
|
||||||
// $this->server->validateOS();
|
|
||||||
// $docker_installed = $this->server->validateDockerEngine();
|
|
||||||
// if (!$docker_installed) {
|
|
||||||
// $this->server->installDocker();
|
|
||||||
// $this->server->validateDockerEngine();
|
|
||||||
// }
|
|
||||||
|
|
||||||
// $this->server->validateDockerEngineVersion();
|
|
||||||
if ($this->server->isFunctional()) {
|
if ($this->server->isFunctional()) {
|
||||||
$this->cleanup(notify: false);
|
$this->cleanup(notify: false);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue