Optical improvements
[project/luci.git] / modules / admin-mini / luasrc / controller / mini / uci.lua
index 31e04051b4af87457d653500cf21b566ebadd2f2..a5b3402add43c5e68c8e528077c038c830d5644c 100644 (file)
@@ -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