Restore reboot (debug)

This commit is contained in:
Alfredo Cardigliano 2025-08-14 12:34:34 +02:00
parent aebf4ccf37
commit f56805b85a

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