mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix signal from modemmanager
This commit is contained in:
parent
291e0a4653
commit
3bb0686f56
2 changed files with 8 additions and 7 deletions
|
@ -1030,7 +1030,7 @@ function interfaces_status()
|
|||
signal = sys.exec("omr-3g " .. device)
|
||||
elseif proto == "modemmanager" then
|
||||
local device = section['device']
|
||||
signal = sys.exec("omr-modemmanager " .. ifname)
|
||||
signal = sys.exec("omr-modemmanager " .. device)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue