From ac5d6f6cf630d9a1475836bdbfda4103d6a3aa17 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 22 Aug 2025 03:25:55 +0200 Subject: [PATCH] output issue --- bin/ssh-proxy | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/ssh-proxy b/bin/ssh-proxy index 2dd3f2a..556eff3 100755 --- a/bin/ssh-proxy +++ b/bin/ssh-proxy @@ -95,7 +95,6 @@ function startProxy() { PROXY_ADDRESS="${PROXY_SERVER}" if [ ! "${PROXY_USER}" == "" ]; then - echo "" PROXY_ADDRESS="${PROXY_USER}@${PROXY_SERVER}" fi