Optical improvements
This commit is contained in:
parent
1e2d9409a5
commit
e31fcb11e0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -75,7 +75,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
|
||||
|
||||
|
|
Loading…
Reference in a new issue