mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implemented support for ntop custom lua loadfile
Packaging changes for nedge
This commit is contained in:
parent
70767d3189
commit
20b3c74ada
11 changed files with 65 additions and 27 deletions
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
dirs = ntop.getDirs()
|
||||
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?/init.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/i18n/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/timeseries/?.lua;" .. package.path
|
||||
--package.path = dirs.installdir .. "/scripts/lua/modules/?/init.lua;" .. package.path
|
||||
|
||||
require "lua_trace"
|
||||
locales_utils = require "locales_utils"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue