X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=boot%2Fpolicy_serv.sh;h=f5e2b230569de571a28a45a991af00c699e0e2c3;hb=1f5ef678b4298fdef56e168dd802627a80f6f441;hp=cad27206f5327a5080a774ca2611382b267be111;hpb=534ba4b901b31b987b0c92e1d012758eadd1a954;p=demo.git diff --git a/boot/policy_serv.sh b/boot/policy_serv.sh index cad27206..f5e2b230 100644 --- a/boot/policy_serv.sh +++ b/boot/policy_serv.sh @@ -11,7 +11,7 @@ HTTP_PROXY=$(cat /opt/config/http_proxy.txt) HTTPS_PROXY=$(cat /opt/config/https_proxy.txt) -if [ $HTTP_PROXY != " " ] +if [ $HTTP_PROXY != "no_proxy" ] then export http_proxy=$HTTP_PROXY export https_proxy=$HTTPS_PROXY