Correcting typo in defaults handling of apt http proxy.
This commit is contained in:
parent
8b67e53a5e
commit
6e59f3b095
|
@ -57,7 +57,7 @@ Set_defaults ()
|
|||
then
|
||||
LB_APT_HTTP_PROXY="${http_proxy}"
|
||||
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
|
||||
http_proxy="${LB_APT_HTTP_PROXY}"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue