This commit is contained in:
Simone Mainardi 2020-07-24 13:22:17 +02:00
parent 9f337629ec
commit 0b894bcec9
5 changed files with 10 additions and 10 deletions

View file

@ -427,7 +427,7 @@ local function loadAmPlugins()
end
local measurements_path = plugins_utils.getPluginDataDir("active_monitoring", "measurements")
lua_path_utils.package_path_preprend(measurements_path)
lua_path_utils.package_path_prepend(measurements_path)
for fname in pairs(ntop.readdir(measurements_path)) do
if(not string.ends(fname, ".lua")) then