Running a cron job manually and immediately
Here’s what I did, and it seems to work in this situation. At least, it shows me an error, whereas running from the command line as the user doesn’t show the error. Step 1: I put this line temporarily in the user’s crontab: * * * * * /usr/bin/env > /home/username/tmp/cron-env then took it out … Read more