remove miss-added logmsg in kobo startup script

This commit is contained in:
chrox
2014-08-01 17:36:42 +08:00
parent c2b3606a4c
commit c140f5aa16

View File

@@ -8,7 +8,6 @@ KOREADER_DIR=/mnt/onboard/.kobo/koreader
NEWUPDATE=${KOREADER_DIR}/ota/koreader.updated.tar
if [ -f $NEWUPDATE ]; then
# TODO: any graphic indication for the updating progress?
logmsg "Updating koreader . . ."
cd /mnt/onboard/.kobo && tar xf $NEWUPDATE && rm $NEWUPDATE
fi