Results 1 to 1 of 1
I have a bash startup script implemented with update-rc.d.
It does not launch the programs I have scripted it to in a normal boot, but it does work in recovery ...
- 08-10-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 1
Startup bash script only working in Recovery Mode
I have a bash startup script implemented with update-rc.d.
It does not launch the programs I have scripted it to in a normal boot, but it does work in recovery mode. Any ideas?
Inside the script my line to launch the application is...
Code:su $USER -c "cd $CONFIGDIR; player -q garmin.cfg"
Thanks


Reply With Quote