Remove commented out code in ServerStatusJob.php
This commit is contained in:
parent
678647f39a
commit
b67abe58e8
@ -41,15 +41,6 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted
|
|||||||
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…
x
Reference in New Issue
Block a user