0
I would like to check which is the environment being used if executing a cron job. I had it working before however it stopped at some point.
This is my cron job in the crontab file:
20 13 * * * /usr/bin/env >> /home/user/folder1/environment1.log
With this line, I am expecting to dump the environment variables to the environment1.log file.
Does anybody have a suggestion of what to check?
yes to all the questions – birdman – 2019-06-21T13:51:44.630