Skip to content

Commit 33e19e2

Browse files
authored
Merge pull request #93 from f1vefour/main
Fixing SA (Standalone mode) on Quectel RM520N-GL, see issue #85 (thanks obsy)
2 parents 62bceba + b147be3 commit 33e19e2

File tree

1 file changed

+1
-1
lines changed
  • luci-app-3ginfo-lite/root/usr/share/3ginfo-lite

1 file changed

+1
-1
lines changed

luci-app-3ginfo-lite/root/usr/share/3ginfo-lite/3ginfo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ esac
393393

394394
# MODE
395395
if [ -z "$MODE_NUM" ] || [ "x$MODE_NUM" == "x0" ]; then
396-
MODE_NUM=$(echo "$O" | awk -F[,] '/^\+COPS/ {print $4;exit}')
396+
MODE_NUM=$(echo "$O" | awk -F[,] '/^\+COPS/ {print $4;exit}' | xargs)
397397
fi
398398
case "$MODE_NUM" in
399399
2*) MODE="UMTS";;

0 commit comments

Comments
 (0)