fix(tools): correct websockify command in manage vnc pipes

main
Tsu-ba-me 1 year ago committed by digimer
parent 75b6ab94df
commit 41abd4f9e4
  1. 2
      tools/striker-manage-vnc-pipes

@ -628,7 +628,7 @@ sub start_ws
return (1) if ($find_rcode);
my $ws_call = "$websockify $svr_vnc_port :$ws_sport &>/dev/null & $echo pid:\$!";
my $ws_call = "$websockify $ws_sport :$svr_vnc_port &>/dev/null & $echo pid:\$!";
my ($start_rcode, $start_output) = call({ call => $ws_call, debug => $debug });

Loading…
Cancel
Save