Bug fix on HEAT template HTTP_PROXY
[demo.git] / boot / aaf_install.sh
index ab7bcf7..882c3ee 100644 (file)
@@ -10,7 +10,7 @@ CODE_REPO=$(cat /opt/config/remote_repo.txt)
 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