diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-02-26 13:04:16 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-02-26 13:04:16 +0100 |
commit | 4fbbfa903f760ca9366b152db8aac227710586be (patch) | |
tree | a898055bcab19efa2f2604ef68656fd7eaec3f13 /utils | |
parent | 4a82bb9be84861e5098d1c1482b16f60b2b3e449 (diff) |
qmi-network: fix indentation
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/qmi-network.in | 14 |
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 |