enable mux by default

This commit is contained in:
Andras Bacsai 2023-05-03 14:24:23 +02:00
parent 48df84fb19
commit 35d6881336

View File

@ -67,7 +67,7 @@ if (!function_exists('savePrivateKeyForServer')) {
}
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');