Fix SSH command generation and disable mux in validateConnection()

This commit is contained in:
Andras Bacsai
2024-01-26 08:54:56 +01:00
parent f8c19e1fb3
commit 7e9a54ce67
2 changed files with 4 additions and 2 deletions

View File

@@ -398,6 +398,8 @@ class Server extends BaseModel
}
public function validateConnection()
{
config()->set('coolify.mux_enabled', false);
$server = Server::find($this->id);
if (!$server) {
return false;