Page 1 of 1

Problem adding a new cron job

Posted: Sat Oct 22, 2016 7:23 am
by ymakux
Hello
I'm trying to add a new cron job using the cli. It should call an external url once a hour

Code: Select all

v-add-cron-job admin 0 * * * * wget -O - http://test.com/tasks.php >/dev/null 2>&1
Or even

Code: Select all

v-add-cron-job admin 0 * * * * wget -O - http://test.com/tasks.php >/dev/null 2>&1 sudo service cron restart
It doesn't return any errors and looks like everithing OK, but no new cron job appears. Please help to solve it.

Re: Problem adding a new cron job

Posted: Wed Oct 26, 2016 1:58 pm
by skurudo