fix(tools): replace tilda with home path

main
Tsu-ba-me 1 year ago committed by digimer
parent f8e65416c4
commit 9f8a153fe0
  1. 2
      tools/striker-manage-vnc-pipes

@ -598,7 +598,7 @@ sub start_tp
my $tp_ctl_name = "sshctl-${tp_target}";
$tp_ctl_path //= "~/.libnet-openssh-perl/${tp_ctl_name}";
$tp_ctl_path //= $ENV{HOME}."/.libnet-openssh-perl/${tp_ctl_name}";
$tp_tunnel_ls_path //= $anvil->data->{path}{'directories'}{'tmp'}."/${tp_ctl_name}-tunnel-ls";
my $existing_tp_pid = $tp_processes->{targets}{$tp_target};

Loading…
Cancel
Save