SyntaxFix
Write A Post
Hire A Developer
Questions
You can make it wait using $RANDOM, a default random number generator. In the below I am using 240 seconds. Hope that helps @
> WAIT_FOR_SECONDS=`/usr/bin/expr $RANDOM % 240` /bin/sleep > $WAIT_FOR_SECONDS