mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fix paths and owner on BSD
This commit is contained in:
parent
7aa02a5710
commit
44bbe6caf1
9 changed files with 46 additions and 16 deletions
|
|
@ -8,8 +8,9 @@ local rest_utils = require("rest_utils")
|
|||
|
||||
local conf_utils = {}
|
||||
|
||||
local dirs = ntop.getDirs()
|
||||
local dir = dirs.bindir.."/ntopng-config"
|
||||
local redis_key = "increased_max_num_host_or_flows"
|
||||
local dir = "/usr/bin/ntopng-config"
|
||||
|
||||
-- ################################################################
|
||||
|
||||
|
|
@ -57,4 +58,4 @@ end
|
|||
|
||||
-- #################################
|
||||
|
||||
return conf_utils
|
||||
return conf_utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue