mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix nedge system setup toggles (do not use redis)
This commit is contained in:
parent
8c80fe895d
commit
cf2a9eff59
6 changed files with 11 additions and 9 deletions
|
|
@ -67,7 +67,7 @@ end
|
|||
-- Execute a system command
|
||||
function sys_utils.execCmd(cmd)
|
||||
if(REAL_EXEC) then
|
||||
-- traceError(TRACE_NORMAL, TRACE_CONSOLE, "[>] ".. cmd)
|
||||
traceError(TRACE_NORMAL, TRACE_CONSOLE, "[>] ".. cmd)
|
||||
return(os.execute(cmd))
|
||||
else
|
||||
traceError(TRACE_NORMAL, TRACE_CONSOLE, "[execCmd] ".. cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue