Refactor Server model to remove redundant code
This commit is contained in:
parent
77a019405a
commit
9ddc40f35c
1 changed files with 0 additions and 3 deletions
|
|
@ -5,7 +5,6 @@
|
|||
use App\Actions\Server\InstallDocker;
|
||||
use App\Actions\Server\StartSentinel;
|
||||
use App\Enums\ProxyTypes;
|
||||
use App\Helpers\SshMultiplexingHelper;
|
||||
use App\Jobs\CheckAndStartSentinelJob;
|
||||
use App\Notifications\Server\Reachable;
|
||||
use App\Notifications\Server\Unreachable;
|
||||
|
|
@ -1061,8 +1060,6 @@ public function validateConnection(bool $isManualCheck = true, bool $justCheckin
|
|||
{
|
||||
config()->set('constants.ssh.mux_enabled', ! $isManualCheck);
|
||||
|
||||
SshMultiplexingHelper::removeMuxFile($this);
|
||||
|
||||
if ($this->skipServer()) {
|
||||
return ['uptime' => false, 'error' => 'Server skipped.'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue