mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add tidy up option after failed update.
This commit is contained in:
@@ -114,8 +114,11 @@ function OTAManager:fetchAndProcessUpdate()
|
||||
text = _("Koreader will be updated on next restart."),
|
||||
})
|
||||
else
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = _("Error updating Koreader."),
|
||||
UIManager:show(ConfirmBox:new{
|
||||
text = _("Error updating Koreader. Would you like to delete temporary files?"),
|
||||
ok_callback = function()
|
||||
os.execute("rm ota/ko*")
|
||||
end,
|
||||
})
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user