fix(tools): correct receiving find tunnels output

main
Tsu-ba-me 1 year ago committed by Yanhao Lei
parent 4afed0aa2b
commit 0ffcb200ae
  1. 4
      tools/striker-manage-vnc-pipes

@ -548,7 +548,9 @@ sub start_pipe
my $tp_process = $tp_processes->{pids}{$tp_pid};
my $tunnels = find_tunnels({ tunnel_ls_path => $tp_process->{tunnel_ls_path}, %$common_params });
($rcode, my $tunnels) = find_tunnels({ tunnel_ls_path => $tp_process->{tunnel_ls_path}, %$common_params });
next if ($rcode);
($rcode) = start_tunnel({
svr_uuid => $svr_uuid,

Loading…
Cancel
Save