Cleaned entrypoint.sh
This commit is contained in:
@@ -121,13 +121,15 @@ fi
|
|||||||
printf "Local network parameters:\n"
|
printf "Local network parameters:\n"
|
||||||
printf " * Extra subnets: $EXTRA_SUBNETS\n"
|
printf " * Extra subnets: $EXTRA_SUBNETS\n"
|
||||||
printf " * Web proxy activated: $PROXY\n"
|
printf " * Web proxy activated: $PROXY\n"
|
||||||
printf " * Web proxy port: $PROXY_PORT\n"
|
if [ "$PROXY" = "on" ]; then
|
||||||
proxy_auth=yes
|
printf " * Web proxy port: $PROXY_PORT\n"
|
||||||
if [ -z $PROXY_USER ]; then
|
proxy_auth=yes
|
||||||
proxy_auth=no
|
if [ -z $PROXY_USER ]; then
|
||||||
|
proxy_auth=no
|
||||||
|
fi
|
||||||
|
printf " * Web proxy has authentication: $proxy_auth\n"
|
||||||
|
unset -v proxy_auth
|
||||||
fi
|
fi
|
||||||
printf " * Web proxy has authentication: $proxy_auth\n"
|
|
||||||
unset -v proxy_auth
|
|
||||||
printf "\n"
|
printf "\n"
|
||||||
|
|
||||||
#####################################################
|
#####################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user