Removed checks plugins concept from ntopng

This commit is contained in:
Matteo Biscosi 2022-02-08 18:11:40 +01:00
parent 616293aaf1
commit 1b3a1c97c8
5 changed files with 10 additions and 665 deletions

View file

@ -66,11 +66,6 @@ if ntop.isAppliance() then
end
end
-- NOTE: cannot reload plugins here as we must first drop the privileges
-- They will be loaded in startup.lua . Here we only delete old directories.
local plugins_utils = require "plugins_utils"
plugins_utils.cleanup()
-- Check if there is a local file to run
local local_boot_file = "/usr/share/ntopng/local/scripts/callbacks/system/boot.lua"