| Quote (mikshaw @ Sep. 19 2005,10:36) |
| One thing you could do, if you are concerned only with what is happening from bootlocal.sh: Rename bootlocal.sh to something_else.sh Create a new empty bootlocal.sh Add the command "something_else.sh &>/home/dsl/bootlocal.log" |
| Code Sample |
| #!/bin/sh /opt/something_else.sh &>/home/dsl/bootlocal.log |