Add missing whitespace to local-config.
Fix whitespace error in local-config/install.d/61-http-proxy that prevents no-proxy being written. Change-Id: Ie2511bb5b2504c42ff59ec277cd91bf92b56da59
This commit is contained in:
parent
d0e9f98b5b
commit
147489f239
@ -19,7 +19,7 @@ if [ -n "$https_proxy" ]; then
|
||||
echo "Acquire::https::Proxy \"$https_proxy\";" > /etc/apt/apt.conf.d/61-use-https-proxy
|
||||
fi
|
||||
|
||||
if [ -n "$http_proxy" -o -n "$https_proxy"]; then
|
||||
if [ -n "$http_proxy" -o -n "$https_proxy" ]; then
|
||||
if [ -d ~stack ]; then
|
||||
echo export no_proxy=192.0.2.1 >> ~stack/.profile
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user