mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed checks plugins concept from ntopng
This commit is contained in:
parent
616293aaf1
commit
1b3a1c97c8
5 changed files with 10 additions and 665 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue