mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
fix a typo in apply_config -t
SVN-Revision: 17120
This commit is contained in:
parent
3bb5ea71eb
commit
1d1a1b8ab1
@ -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