Hi to All
I have one cronjob run 2 hours once
* */2 * * * wget -q -O - http://domain.com/fetch > /dev/null
When I run http://domain.com/fetch in browser it is working
but when run via cron isn't working
How I can check issue?
Thank you.
I have one cronjob run 2 hours once
* */2 * * * wget -q -O - http://domain.com/fetch > /dev/null
When I run http://domain.com/fetch in browser it is working
but when run via cron isn't working
How I can check issue?
Thank you.