ソースを参照

fix a typo in apply_config -t

SVN-Revision: 17120
Felix Fietkau 16 年 前
コミット
1d1a1b8ab1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      package/uci/trigger/apply_config

+ 1 - 1
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