diff options
Diffstat (limited to 'boot/openo_all_serv.sh')
-rw-r--r-- | boot/openo_all_serv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/openo_all_serv.sh b/boot/openo_all_serv.sh index e6776830..57de2908 100644 --- a/boot/openo_all_serv.sh +++ b/boot/openo_all_serv.sh @@ -2,7 +2,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 |