1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

update modemmanager

This commit is contained in:
suyuan 2023-06-22 22:58:54 +08:00
parent 816f19640e
commit 5bc59fe216
11 changed files with 39 additions and 31 deletions

View file

@ -368,11 +368,6 @@ proto_modemmanager_setup() {
proto_set_available "${interface}" 0
return 1
}
[ -e "${device}" ] || {
echo "Device not found in sysfs"
proto_set_available "${interface}" 0
return 1
}
# validate that ModemManager is handling the modem at the sysfs path
modemstatus=$(mmcli --modem="${device}" --output-keyvalue)