mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Minor cosmetic tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user