File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ function generateSshCommand(Server $server, string $command)
197
197
198
198
function ensureMultiplexedConnection (Server $ server )
199
199
{
200
- if (!(config ('coolify .mux_enabled ' ) && config ('coolify.is_windows_docker_desktop ' ) == false )) {
200
+ if (! (config ('constants.ssh .mux_enabled ' ) && config ('coolify.is_windows_docker_desktop ' ) == false )) {
201
201
return ;
202
202
}
203
203
@@ -268,7 +268,7 @@ function ensureMultiplexedConnection(Server $server)
268
268
269
269
function shouldResetMultiplexedConnection (Server $ server )
270
270
{
271
- if (!(config ('coolify .mux_enabled ' ) && config ('coolify.is_windows_docker_desktop ' ) == false )) {
271
+ if (! (config ('constants.ssh .mux_enabled ' ) && config ('coolify.is_windows_docker_desktop ' ) == false )) {
272
272
return false ;
273
273
}
274
274
@@ -287,7 +287,7 @@ function shouldResetMultiplexedConnection(Server $server)
287
287
288
288
function resetMultiplexedConnection (Server $ server )
289
289
{
290
- if (!(config ('coolify .mux_enabled ' ) && config ('coolify.is_windows_docker_desktop ' ) == false )) {
290
+ if (! (config ('constants.ssh .mux_enabled ' ) && config ('coolify.is_windows_docker_desktop ' ) == false )) {
291
291
return ;
292
292
}
293
293
You can’t perform that action at this time.
0 commit comments