1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-02-25 22:05:59 +01:00
parent 291e0a4653
commit 3bb0686f56
2 changed files with 8 additions and 7 deletions

View file

@ -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