Re: Anomaly in CRON execution of shell script

2024-12-29 Thread Chris Elvidge via Cygwin
On 29/12/2024 at 00:20, Takashi Yano via Cygwin wrote: On Sat, 28 Dec 2024 17:07:10 + Chris Elvidge wrote: I have a directory of files that I need the contained executables run from CRON. (Like run-parts.) I have found that since 25/12/2024, when run from CRON, it doesn't differentiate betw

Re: Anomaly in CRON execution of shell script

2024-12-28 Thread Takashi Yano via Cygwin
On Sat, 28 Dec 2024 17:07:10 + Chris Elvidge wrote: > I have a directory of files that I need the contained executables run > from CRON. (Like run-parts.) > > I have found that since 25/12/2024, when run from CRON, it doesn't > differentiate between executable and non-executable files. I.e.

Anomaly in CRON execution of shell script

2024-12-28 Thread Chris Elvidge via Cygwin
I have a directory of files that I need the contained executables run from CRON. (Like run-parts.) I have found that since 25/12/2024, when run from CRON, it doesn't differentiate between executable and non-executable files. I.e. tries to run the non-executables. It ran correctly on 24/12/2024