Optical improvements
[project/luci.git] / modules / admin-full / luasrc / controller / admin / uci.lua
index 652597e458977e2dc43bb1891298a5209a4bbf6b..88c37d65064bd4f8a1c793c6b4e8e2e5462ede80 100644 (file)
@@ -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