Fixes missing path

This commit is contained in:
Matteo Biscosi 2025-04-24 17:23:00 +02:00
parent 716203244a
commit 846cf59966

View file

@ -13,6 +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
historical_ts_definitions = require "historical_ts_definitions"
end
if ntop.isEnterpriseL() then