X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fuci%2Ftrigger%2Fapply_config;h=2ad6c9992a2c9c1a6ef73f69253c98ea9b503922;hb=5c7fc903f34d7df0c5067e2627282ad650bbc5cf;hp=b2f48daccee97bf81738cb4f64e555be3c236ba7;hpb=59bfb9d20e82ed7cf2c4f6b655e89a635ad82c06;p=openwrt-10.03%2F.git diff --git a/package/uci/trigger/apply_config b/package/uci/trigger/apply_config index b2f48dacc..2ad6c9992 100755 --- a/package/uci/trigger/apply_config +++ b/package/uci/trigger/apply_config @@ -32,7 +32,7 @@ elseif arg[1] == "-t" then local trigger = a[1] local sections = a[2] if trigger.section_only then - print(trigger.id .. " " .. table.concat(" ", sections)) + print(trigger.id .. " " .. table.concat(sections, " ")) else print(trigger.id) end