Review and fix all nedge code accessing CH

This commit is contained in:
Alfredo Cardigliano 2023-10-12 11:37:46 +02:00
parent 0ce55bdd67
commit 5e4587c094
5 changed files with 6 additions and 10 deletions

View file

@ -692,7 +692,7 @@ function system_config:applyChanges()
if is_rebooting then
self:writeSystemFiles()
--tprint("Reboot!")
--tprint("Reboot! (debug mode - reboot is disabled)")
sys_utils.rebootSystem()
elseif is_self_restarting then
sys_utils.restartSelf()