I have a VPS and my cron files have stopped working. It was working prior to the updates. 
I am using wget in cPanel Cron jobs. It has been suggested that I use curl. However I have not used curl before and would prefer to figure out what has caused the cron jobs from working.
This is what I have, site and file edited.
sleep 10; /usr/bin/wget -O - -q -t 1 http://www.mytestsite.com/mytestcron.php>/dev/null 2>&1
Can someone help me out here.
I am using version 11.30.5 (build 2)>
Would greatly appreciate the help.
I am using wget in cPanel Cron jobs. It has been suggested that I use curl. However I have not used curl before and would prefer to figure out what has caused the cron jobs from working.
This is what I have, site and file edited.
sleep 10; /usr/bin/wget -O - -q -t 1 http://www.mytestsite.com/mytestcron.php>/dev/null 2>&1
Can someone help me out here.
I am using version 11.30.5 (build 2)>
Would greatly appreciate the help.