Fix paths and owner on BSD

This commit is contained in:
Alfredo Cardigliano 2021-03-03 10:02:20 +01:00
parent 7aa02a5710
commit 44bbe6caf1
9 changed files with 46 additions and 16 deletions

View file

@ -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