aboutsummaryrefslogtreecommitdiffstats
path: root/utils/qmi-network.in
diff options
context:
space:
mode:
Diffstat (limited to 'utils/qmi-network.in')
-rwxr-xr-xutils/qmi-network.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/utils/qmi-network.in b/utils/qmi-network.in
index 242e5ee..0a652a6 100755
--- a/utils/qmi-network.in
+++ b/utils/qmi-network.in
@@ -98,16 +98,16 @@ load_profile ()
if [ "x$APN" != "x" ]; then
echo " APN: $APN"
- else
+ else
echo " APN: unset"
fi
- if [ "x$PROXY" = "xyes" ]; then
- echo " qmi-proxy: $PROXY"
- PROXY_OPT='--device-open-proxy'
- else
- echo " qmi-proxy: no"
- fi
+ if [ "x$PROXY" = "xyes" ]; then
+ echo " qmi-proxy: $PROXY"
+ PROXY_OPT='--device-open-proxy'
+ else
+ echo " qmi-proxy: no"
+ fi
else
echo "Profile at '$PROFILE_FILE' not found..."
fi