mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Configset initialization fixes
This commit is contained in:
parent
85d2f7def3
commit
716d907ff1
4 changed files with 21 additions and 40 deletions
|
|
@ -656,6 +656,7 @@ function plugins_utils.loadPlugins(community_plugins_only)
|
|||
|
||||
-- Reload user scripts with their configurations
|
||||
local user_scripts = require "user_scripts"
|
||||
user_scripts.initDefaultConfig()
|
||||
user_scripts.loadUnloadUserScripts(true --[[ load --]])
|
||||
|
||||
return(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue