Resolved File path for a cronjob

Status
Not open for further replies.

Anna

I am just me
Staff member
Messages
11,772
Reaction score
591
Points
113
Yeah, that is true. In my end of the world it is time to get some sleep.

I'll mark this as resolved then.
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
252
Points
63
You may want to consider adding 2>&1 to the end of your command. In short, Linux can output stuff that might not get caught just by using >>/path/to/log.txt . I don't think you actually need it, but some times that one piece of information ends up being critical for diagnosis and you can miss it without redirecting the error stream to the output stream.
 
Status
Not open for further replies.
Top