mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
Remove commented out code in ServerStatusJob.php
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user