Restore reboot action

This commit is contained in:
Alfredo Cardigliano 2023-09-21 14:02:04 +02:00
parent e54fa3cb91
commit fe2bed87d6
2 changed files with 3 additions and 2 deletions

View file

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