in reply to Re^2: CRON job failing but manual run works
in thread CRON job failing but manual run works

I added the following Line to craontab:

perl -le 'print for grep {$_ ne q{.}and -d} @INC' > /tmp/croninc.log

and the following was the output:

more croninc.log
/usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl
/usr/lib64/perl5
/usr/share/perl5

  • Comment on Re^3: CRON job failing but manual run works