Minor cosmetic tweaks

This commit is contained in:
NiLuJe
2014-08-01 19:24:38 +02:00
parent 2652c1e5e0
commit bd180fc34d
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -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...

View File

@@ -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