I have a crontab entry that is supposed to execute a node.js script like this:
*/5 * * * * node /home/campaigns/reporting/UNIT_TESTS/testCron.js > /home/campaigns/reporting/UNIT_TESTS/cron.log
However, it doesn't execute and the log file isn't updated. When I run the script manually, everything works though. Any ideas??
Thank you, Igor