mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
Fixes incorrect module path
This commit is contained in:
parent
a58f2d731f
commit
d90e387b56
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ local network_consts = require "network_consts"
|
|||
local qoe_utils
|
||||
local historical_ts_definitions
|
||||
if ntop.isEnterpriseM() then
|
||||
package.path = dirs.installdir .. "/pro/scripts/lua/modules/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/pro/scripts/lua/modules/flow_db/?.lua;" .. package.path
|
||||
historical_ts_definitions = require "historical_ts_definitions"
|
||||
end
|
||||
if ntop.isEnterpriseL() then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue