Visual feedback on update end, successful or not

pull/754/head
NiLuJe 10 years ago
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…
Cancel
Save