Skip to content
Snippets Groups Projects
Commit 61ca722b authored by Michael Schwarz's avatar Michael Schwarz
Browse files

Show uci variables in debug report

parent c5f01917
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,12 @@ if oldReport==nil then
debugdata = debugdata .. cmd("date")
debugdata = debugdata .. cmd("ps w")
debugdata = debugdata .. "---- END SYSTEM INFORMATION ----\n\n"
-- show uci variables
debugdata = debugdata .. "---- BEGIN UCI VARIABLES ----\n"
debugdata = debugdata .. cmd("uci show")
debugdata = debugdata .. "---- END UCI VARIABLES ----\n\n"
-- now get some information about the network status
debugdata = debugdata .. "---- BEGIN IP AND ROUTUNG INFORMATION ----\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment