Minor cosmetic tweaks

pull/754/head
NiLuJe 10 years ago
parent 2652c1e5e0
commit bd180fc34d

@ -4,7 +4,7 @@
#
##
# KOReader's working directory
# KOReader's working directory
KOREADER_DIR="/mnt/us/koreader"
# Load our helper functions...

@ -6,7 +6,7 @@ PROC_FIVEWAY="/proc/fiveway"
[ -e $PROC_KEYPAD ] && echo unlock > $PROC_KEYPAD
[ -e $PROC_FIVEWAY ] && echo unlock > $PROC_FIVEWAY
# KOReader's working directory
# KOReader's working directory
KOREADER_DIR="/mnt/us/koreader"
# Load our helper functions...

@ -1,6 +1,6 @@
#!/bin/sh
# KOReader's working directory
# KOReader's working directory
KOREADER_DIR="/mnt/us/koreader"
# Load our helper functions...
@ -24,5 +24,5 @@ for foo in $( seq 1 ${PROGRESS_AMOUNT} ) ; do
PROGRESS_STRING="${PROGRESS_STRING}."
done
# Print our status
# Print our progress :)
eips_print_bottom_centered "${PROGRESS_STRING}" 1

Loading…
Cancel
Save