Re: run bash <filename> from cron

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Mark Haney wrote:
> On 11/15/2017 11:48 AM, m.roth@xxxxxxxxx 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.
>>
> I'm not sure I follow, where should the env command be placed?  At the
> front of the cron line?
>
crontab -e
1 1 * * * run_my_script
<save>
Ok, I forget if you said it was perl or bash...

more run_my_script
#!/bin/bash

env

<rest of script>

Is that clearer?

       mark





_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]


  Powered by Linux