Answer the question
In order to leave comments, you need to log in
How to set up Cron 10 seconds after previous CRON?
There are 2 Cron tasks, you need to run the second Cron 10 seconds after the start of the first one, is this possible?
This is what the commands look like now:
/usr/bin/wget -O - -q -t 1 http://www.123.com/script/handle.php
/usr/bin/wget -O - -q -t 1 http://www.123.com/script/start.php
Answer the question
In order to leave comments, you need to log in
wget -O - -q -t 1 http://www.123.com/script/handle.php && sleep 10 && wget -O - -q -t 1 http://www.123.com/script/start.php
Often I see here and there they use the word "design"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question