From b07999f0cf26a6e4d015ab1c50b6bfd8a84f7e8b Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 3 Mar 2026 10:51:24 +0100 Subject: [PATCH] main_part.include: remove debug code. --- hosts/scripts/main_part.include | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/scripts/main_part.include b/hosts/scripts/main_part.include index f1feba8..78ae7cb 100644 --- a/hosts/scripts/main_part.include +++ b/hosts/scripts/main_part.include @@ -488,7 +488,6 @@ fi if $_via_ssh_tunnel ; then if [[ -n "$tunnel_pid" ]]; then if ps --pd ${tunnel_pid} > /dev/null 2>&1; then - echo "target Host: $target_host - Kill tunnel PID $tunnel_pid" kill "$tunnel_pid" fi fi