mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-11 19:30:07 +00:00
Removed, where it was possible, the lua requires, with the objective of enchanting the performances of periodic activities
15 lines
327 B
Lua
15 lines
327 B
Lua
--
|
|
-- (C) 2013-21 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
|
|
local lists_utils = require "lists_utils"
|
|
|
|
-- ########################################################
|
|
|
|
lists_utils.downloadLists()
|
|
|
|
-- Run hourly scripts
|
|
ntop.checkSystemScriptsHour()
|