Correcting typo in defaults handling of apt http proxy.
This commit is contained in:
parent
ccca29902b
commit
c4eb3897b1
|
@ -57,7 +57,7 @@ Set_defaults ()
|
||||||
then
|
then
|
||||||
LB_APT_HTTP_PROXY="${http_proxy}"
|
LB_APT_HTTP_PROXY="${http_proxy}"
|
||||||
else
|
else
|
||||||
if [ -n "${LB_APT_HTTP_PROXY}" ] && [ "${LB_APT_HTT_PROXY}" != "${http_proxy}" ]
|
if [ -n "${LB_APT_HTTP_PROXY}" ] && [ "${LB_APT_HTTP_PROXY}" != "${http_proxy}" ]
|
||||||
then
|
then
|
||||||
http_proxy="${LB_APT_HTTP_PROXY}"
|
http_proxy="${LB_APT_HTTP_PROXY}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue