mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Removed not needed package cleanup (#8320)
This commit is contained in:
parent
dddcc1b771
commit
1c30f0c4d7
1 changed files with 0 additions and 5 deletions
|
|
@ -2219,11 +2219,6 @@ function checks.loadChecks()
|
|||
ntop.mkdir(path)
|
||||
end
|
||||
|
||||
-- Make sure to invalidate the (possibly) already required alert_consts which depends on alert definitions.
|
||||
-- By invalidating the module, we make sure all the newly loaded alert definitions will be picked up by any
|
||||
-- subsequent `require "alert_consts"`
|
||||
package.loaded["alert_consts"] = nil
|
||||
|
||||
-- Remove the list of system scripts enabled, re-added from the checks.lua file
|
||||
deleteCachePattern("ntonpng.cache.checks.available_system_modules.*")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue