| Quote |
| ...try >>diagdata.txt |
| Quote |
| I don't understand why you redirect every command to the same file. This can be much more easily/cleanly accomplished by putting the list of commands into a separate file (without the redirects) and putting this one command in bootlocal: /path/to/my/script.sh >/diagdata.txt |