X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=inline;f=boot%2Frobot_serv.sh;h=656b9afbe1fef01dd7da0a14293ca3ca6dc4825b;hb=1f5ef678b4298fdef56e168dd802627a80f6f441;hp=d1203e5e9201149f16761e963d9e17a5fc8675ea;hpb=534ba4b901b31b987b0c92e1d012758eadd1a954;p=demo.git diff --git a/boot/robot_serv.sh b/boot/robot_serv.sh index d1203e5e..656b9afb 100644 --- a/boot/robot_serv.sh +++ b/boot/robot_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