public proxy lines were removed from entrypoint.sh
This commit is contained in:
@@ -10,7 +10,6 @@ if [ "$ORGANIZATION" == "" ]; then
|
|||||||
ORGANIZATION=format
|
ORGANIZATION=format
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PUBLIC_PROXY=$(toUpperCase $PUBLIC_PROXY)
|
|
||||||
SMARTHOST_PROXY=$(toUpperCase $SMARTHOST_PROXY)
|
SMARTHOST_PROXY=$(toUpperCase $SMARTHOST_PROXY)
|
||||||
LOCAL_PROXY=$(toUpperCase $LOCAL_PROXY)
|
LOCAL_PROXY=$(toUpperCase $LOCAL_PROXY)
|
||||||
VPN_PROXY=$(toUpperCase $VPN_PROXY)
|
VPN_PROXY=$(toUpperCase $VPN_PROXY)
|
||||||
@@ -38,10 +37,6 @@ sed -i "s/PORT/$PORT/g" /root/.ssh/config;
|
|||||||
|
|
||||||
# Check git repository permissions"
|
# 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
|
if [[ "$SMARTHOST_PROXY" == "YES" || "$SMARTHOST_PROXY" == "TRUE" ]]; then
|
||||||
PROXY_TYPE=smarthost-proxy" "$PROXY_TYPE;
|
PROXY_TYPE=smarthost-proxy" "$PROXY_TYPE;
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user