Quote:
Originally Posted by porkupan
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?