summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-27 13:53:55 +0000
committerSteven Barth <steven@midlink.org>2008-08-27 13:53:55 +0000
commite31fcb11e0e54a1d71067f30b95a92f0e816fc08 (patch)
tree0a5524dbf1c6d55ad42b0666c267007435a17112 /modules/admin-full
parent1e2d9409a5d6799a8a60929e2ee6a2906cb7705c (diff)
Optical improvements
Diffstat (limited to 'modules/admin-full')
-rw-r--r--modules/admin-full/luasrc/controller/admin/uci.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/uci.lua b/modules/admin-full/luasrc/controller/admin/uci.lua
index 652597e45..88c37d650 100644
--- a/modules/admin-full/luasrc/controller/admin/uci.lua
+++ b/modules/admin-full/luasrc/controller/admin/uci.lua
@@ -79,7 +79,7 @@ function action_apply()
-- Search for post-commit commands
for cmd, i in pairs(run) do
- output = output .. cmd .. ":" .. luci.util.exec(cmd) .. "\n"
+ output = output .. cmd .. ":\n" .. luci.util.exec(cmd) .. "\n"
end
end