This should fix #785.
This commit is contained in:
chrox
2014-08-11 20:39:39 +08:00
parent 38c75f8359
commit 9398428f4e

View File

@@ -100,7 +100,7 @@ if [ -f "${NEWUPDATE}" ] ; then
if [ $? -eq 0 ] ; then
rm "${NEWUPDATE}"
logmsg "Update sucessful :)"
eips_print_bottom_centered "Update sucessful :)" 1
eips_print_bottom_centered "Update successful :)" 1
else
# Huh ho...
logmsg "Update failed :("