mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Restore reboot action
This commit is contained in:
parent
e54fa3cb91
commit
fe2bed87d6
2 changed files with 3 additions and 2 deletions
|
|
@ -692,7 +692,8 @@ function system_config:applyChanges()
|
|||
|
||||
if is_rebooting then
|
||||
self:writeSystemFiles()
|
||||
tprint("Reboot!") -- sys_utils.rebootSystem()
|
||||
--tprint("Reboot!")
|
||||
sys_utils.rebootSystem()
|
||||
elseif is_self_restarting then
|
||||
sys_utils.restartSelf()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue