Tweak the post-OTA warning on Kindle (#6120)

Because everything is terrible, and the fuse proxy can apparently still
manage to screw us over.
pull/6127/head
NiLuJe 4 years ago committed by GitHub
parent eaabc42ea9
commit f9889cef22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,9 @@ ko_update_check() {
eips_print_bottom_centered "KOReader will start momentarily . . ." 1
# NOTE: Because, yep, that'll probably happen, as there's a high probability sh will throw a bogus syntax error,
# probably for the same fuse-related reasons as tar...
eips_print_bottom_centered "If it doesn't, you can safely relaunch it!" 0
# NOTE: Even if it doesn't necessarily leave the device in an unusable state,
# always recommend a hard-reboot to flush stale ghost copies...
eips_print_bottom_centered "If it doesn't, you'll want to force a hard reboot" 0
else
# Huh ho...
logmsg "Update failed :( (${fail})"

Loading…
Cancel
Save