View Single Post
Old 07-26-2008, 05:34 AM   #26
SurgE
Serial Bricker
SurgE doesn't litterSurgE doesn't litter
 
Posts: 65
Karma: 104
Join Date: Feb 2008
Location: Singapore
Device: Sony PRS-505, Kindle 3 KSO
Quote:
Originally Posted by porkupan View Post
In this case you should mount the fonts from /Data over top of yours, but keep the original just in case (see my edited post above).
I added the following into tinyhttp.sh just before the execution of tinyhttp:

Code:
if [ -f /Data/FONT ]; then
   mount --bind /Data/FONT /opt/sony/ebook/FONT
fi
It doesn't seem to work as I hope. Am I putting the code in the correct place?

Anyway, how can I output and see debugging messages using echo?
SurgE is offline   Reply With Quote