Displaying 1 result from an estimated 1 matches for "run_my_script".
2017 Nov 15
1
run bash <filename> from cron
On 11/15/2017 11:48 AM, m.roth at 5-cent.us wrote:
> Mark Haney wrote:
>> For the record, this was the only option to handle the task I'm having
>> issues with inside cron.
>>
> Yes. Do not trust your environment, running as a cron job, to be what you
> think it is. Try testing it by have your cron job, at the top of the
> script, issue the env command.
>
>