mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
Visual feedback on update end, successful or not
This commit is contained in:
parent
477d661e8f
commit
2652c1e5e0
@ -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 :("
|
||||
|
Loading…
Reference in New Issue
Block a user