projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add udhcpc command-line argument to request rootpath
[openwrt.git]
/
package
/
uci
/
trigger
/
apply_config
diff --git
a/package/uci/trigger/apply_config
b/package/uci/trigger/apply_config
index
b2f48da
..
2ad6c99
100755
(executable)
--- 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
This page took
0.022063 seconds
and
4
git commands to generate.