enable mux by default
This commit is contained in:
parent
48df84fb19
commit
35d6881336
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ function savePrivateKeyForServer(Server $server)
|
|||
}
|
||||
|
||||
if (!function_exists('generateSshCommand')) {
|
||||
function generateSshCommand(string $private_key_location, string $server_ip, string $user, string $port, string $command, bool $isMux = false)
|
||||
function generateSshCommand(string $private_key_location, string $server_ip, string $user, string $port, string $command, bool $isMux = true)
|
||||
{
|
||||
$delimiter = 'EOF-COOLIFY-SSH';
|
||||
Storage::disk('local')->makeDirectory('.ssh');
|
||||
|
|
|
|||
Loading…
Reference in a new issue