mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:07:11 +02:00
fix a typo in apply_config -t
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17120 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef1435675c
commit
43adeb199c
@ -32,7 +32,7 @@ elseif arg[1] == "-t" then
|
|||||||
local trigger = a[1]
|
local trigger = a[1]
|
||||||
local sections = a[2]
|
local sections = a[2]
|
||||||
if trigger.section_only then
|
if trigger.section_only then
|
||||||
print(trigger.id .. " " .. table.concat(" ", sections))
|
print(trigger.id .. " " .. table.concat(sections, " "))
|
||||||
else
|
else
|
||||||
print(trigger.id)
|
print(trigger.id)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user