View Single Post
Old 11-30-2009, 04:03 AM   #9
dundundun
Junior Member
dundundun began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2009
Device: Kindle 2i
Alright I'm starting to get some of this stuff and wrote this basic install script. I bundled it with the justify_option script above and updated my kindle. Unfortunately, no-go. Any ideas where I went astray?

Code:
#!/bin/sh

# Result codes
OK=0
ERR=$OK

# Move the justify script into place
cp justify_option /usr/bin

# Make it executable
chmod +x /usr/bin/justify_option

ln -s /usr/bin/justify_option /etc/rcS.d/S73justify_option

# Yay we're done
update_progressbar 100
exit $OK
dundundun is offline   Reply With Quote