Quote:
Originally Posted by Q-the-STORM
tried with and without NLA, both don't work...
I assume I just have to add "> /mnt/us/documents/report.txt" to the runner.sh?
I got this line now:
it creates the report.txt, but it's empty when I open it...
|
1) try 'append' (>>) rather than 'write' (>)
2) try capturing stderr rather than (or in addition to) stdout
Note: I found some problem(s) with the ash 'append' implementation - sorry don't recall the details.