View Single Post
Old 09-18-2013, 08:50 AM   #59
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Q-the-STORM View Post
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.
knc1 is offline   Reply With Quote