Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Squert ip2c cron job should sleep a random number of minutes #890

Closed
dougburks opened this issue Mar 25, 2016 · 2 comments
Closed

Squert ip2c cron job should sleep a random number of minutes #890

dougburks opened this issue Mar 25, 2016 · 2 comments

Comments

@dougburks
Copy link
Contributor

RMIN=$(($(dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -d' ' -f1) % 50));
sleep ${RMIN}m

@dougburks
Copy link
Contributor Author

@dougburks
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant