From f9889cef221ec6defd9d664686a590b79cff0556 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 5 May 2020 17:59:28 +0200 Subject: [PATCH] Tweak the post-OTA warning on Kindle (#6120) Because everything is terrible, and the fuse proxy can apparently still manage to screw us over. --- platform/kindle/koreader.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/kindle/koreader.sh b/platform/kindle/koreader.sh index ca1c29881..98f3b7e67 100755 --- a/platform/kindle/koreader.sh +++ b/platform/kindle/koreader.sh @@ -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})"