OTA: Unbreak exit code on Install

Regression since #7657
reviewable/pr7684/r1
NiLuJe 3 years ago committed by Frans de Jonge
parent c1892d2619
commit 628aef2099

@ -368,7 +368,7 @@ function Device:install()
local save_quit = function()
self:saveSettings()
UIManager:quit()
UIManager.exit_code = 85
UIManager._exit_code = 85
end
UIManager:broadcastEvent(Event:new("Exit", save_quit))
end,

Loading…
Cancel
Save