From 05013db77564a99304658a7ed6a46338d2f5204f Mon Sep 17 00:00:00 2001 From: Linux User Date: Tue, 6 Jun 2023 10:06:13 +0000 Subject: [PATCH] public proxy lines were removed from entrypoint.sh --- entrypoint.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2621873..4b60a3a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,6 @@ if [ "$ORGANIZATION" == "" ]; then ORGANIZATION=format fi -PUBLIC_PROXY=$(toUpperCase $PUBLIC_PROXY) SMARTHOST_PROXY=$(toUpperCase $SMARTHOST_PROXY) LOCAL_PROXY=$(toUpperCase $LOCAL_PROXY) VPN_PROXY=$(toUpperCase $VPN_PROXY) @@ -38,10 +37,6 @@ sed -i "s/PORT/$PORT/g" /root/.ssh/config; # Check git repository permissions" -if [[ "$PUBLIC_PROXY" == "YES" || "$PUBLIC_PROXY" == "TRUE" ]]; then - PROXY_TYPE=public-proxy; -fi - if [[ "$SMARTHOST_PROXY" == "YES" || "$SMARTHOST_PROXY" == "TRUE" ]]; then PROXY_TYPE=smarthost-proxy" "$PROXY_TYPE; fi