mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixes interface configuratione error (#9440)
This commit is contained in:
parent
e004d83913
commit
01bc407038
2 changed files with 9 additions and 7 deletions
|
|
@ -55,6 +55,12 @@ end
|
|||
|
||||
-- #################################
|
||||
|
||||
function conf_utils.set_restart_required()
|
||||
ntop.setCache(redis_key, true)
|
||||
end
|
||||
|
||||
-- #################################
|
||||
|
||||
function conf_utils.restart_required()
|
||||
if ntop.getCache(redis_key) == '' then
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue