fix(cgi-bin): handle kill SSH tunnel on peer striker

main
Tsu-ba-me 3 years ago
parent ef27e30160
commit dfa3990417
  1. 2
      cgi-bin/manage_vnc_pipes

@ -369,7 +369,7 @@ sub stop_ssh_tunnel
my $shell_output;
my $shell_return_code;
if (defined $host_name)
if ((defined $host_name) and ($host_name ne $anvil->Get->host_name()))
{
$shell_call = "ssh -n ".$host_name." \"".$shell_call."\"";
}

Loading…
Cancel
Save