mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Reworked lua code
This commit is contained in:
parent
74f03c3a38
commit
49bdd32ce0
7 changed files with 2173 additions and 1953 deletions
|
|
@ -11,7 +11,6 @@ local tracker = require "tracker"
|
|||
local os_utils = {}
|
||||
|
||||
local is_windows = ntop.isWindows()
|
||||
local is_freebsd = ntop.isFreeBSD()
|
||||
|
||||
local dirs = ntop.getDirs()
|
||||
|
||||
|
|
@ -65,6 +64,7 @@ function os_utils.execWithOutput(c, ret_code_success)
|
|||
local debug = false
|
||||
local f_name = nil
|
||||
local f
|
||||
local is_freebsd = ntop.isFreeBSD()
|
||||
|
||||
ret_code_success = ret_code_success or 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue