From 2652c1e5e03868e8ab05ac0c016c425abab75216 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Fri, 1 Aug 2014 19:20:07 +0200 Subject: [PATCH] Visual feedback on update end, successful or not --- kindle/koreader.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/kindle/koreader.sh b/kindle/koreader.sh index d25ece757..8bbfd028a 100755 --- a/kindle/koreader.sh +++ b/kindle/koreader.sh @@ -97,6 +97,7 @@ if [ -f "${NEWUPDATE}" ] ; then if [ $? -eq 0 ] ; then rm "${NEWUPDATE}" logmsg "Update sucessful :)" + eips_print_bottom_centered "Update sucessful :)" 1 else # Huh ho... logmsg "Update failed :("