fix a typo in apply_config -t
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 4 Aug 2009 00:43:55 +0000 (00:43 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 4 Aug 2009 00:43:55 +0000 (00:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17120 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/uci/trigger/apply_config

index b2f48da..2ad6c99 100755 (executable)
@@ -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