mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Add nEdge Policy Violation check
This commit is contained in:
parent
259330eed8
commit
aebf4ccf37
11 changed files with 101 additions and 2 deletions
|
|
@ -704,8 +704,8 @@ function system_config:applyChanges()
|
|||
|
||||
if is_rebooting then
|
||||
self:writeSystemFiles()
|
||||
-- tprint("Reboot! (debug mode - reboot is disabled)")
|
||||
sys_utils.rebootSystem()
|
||||
tprint("Reboot! (debug mode - reboot is disabled)")
|
||||
-- sys_utils.rebootSystem()
|
||||
elseif is_self_restarting then
|
||||
sys_utils.restartSelf()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue