From ef618018311fb964118a4f751ee6008f647da71f Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Tue, 18 Jul 2023 04:19:18 -0400 Subject: [PATCH] fix(tools): replace tilda with home path --- tools/striker-manage-vnc-pipes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/striker-manage-vnc-pipes b/tools/striker-manage-vnc-pipes index 2c5b7d48..9e9468e0 100755 --- a/tools/striker-manage-vnc-pipes +++ b/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};