diff options
Diffstat (limited to 'boot/mr_serv.sh')
-rw-r--r-- | boot/mr_serv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mr_serv.sh b/boot/mr_serv.sh index 505beb8b..9e324dc0 100644 --- a/boot/mr_serv.sh +++ b/boot/mr_serv.sh @@ -29,7 +29,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 |