mirror of https://github.com/aredn/aredn.git
Typo (#1019)
This commit is contained in:
parent
ceb7e973bf
commit
b2fb79d6de
|
@ -450,7 +450,7 @@ function lqm()
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Xlink
|
-- Xlink
|
||||||
if nixio.fs.stat("/etc/config/xlink.mesh") then
|
if nixio.fs.stat("/etc/config.mesh/xlink") then
|
||||||
uci.cursor("/etc/config.mesh"):foreach("xlink", "interface",
|
uci.cursor("/etc/config.mesh"):foreach("xlink", "interface",
|
||||||
function(section)
|
function(section)
|
||||||
if section.ifname then
|
if section.ifname then
|
||||||
|
|
Loading…
Reference in New Issue