Add nEdge Policy Violation check

This commit is contained in:
Alfredo Cardigliano 2025-08-14 12:33:38 +02:00
parent 259330eed8
commit aebf4ccf37
11 changed files with 101 additions and 2 deletions

View file

@ -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