Skip to content

Commit 3fa91d7

Browse files
committed
modem_scan: fix error
1 parent bbac307 commit 3fa91d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/qmodem/files/usr/share/qmodem/modem_scan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ scan_usb_slot_interfaces()
298298
validate_at_port()
299299
{
300300
valid_at_ports=""
301-
for at_port in "$at_ports"; do
301+
for at_port in $at_ports; do
302302
dev_path="/dev/$at_port"
303303
[ ! -e "$dev_path" ] && continue
304304
#disable at-daemon binding

0 commit comments

Comments
 (0)