mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
Typo
This commit is contained in:
parent
9f337629ec
commit
0b894bcec9
5 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue