aboutsummaryrefslogtreecommitdiffstats
path: root/boot/sms_serv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot/sms_serv.sh')
-rw-r--r--boot/sms_serv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/sms_serv.sh b/boot/sms_serv.sh
index 2bbf255d..06310db7 100644
--- a/boot/sms_serv.sh
+++ b/boot/sms_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