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