Fix nedge system setup toggles (do not use redis)

This commit is contained in:
Alfredo Cardigliano 2024-03-01 18:36:07 +01:00
parent 8c80fe895d
commit cf2a9eff59
6 changed files with 11 additions and 9 deletions

View file

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