[Letsencrypt-devel] Bug#843561: certbot: Skip use perl in cron-script, just use shell

Kazuhiro NISHIYAMA zn at mbf.nifty.com
Sat Nov 12 14:55:09 UTC 2016


I think `$((RANDOM\%3600))` always means 0 when /bin/sh is dash.
I think it should be `bash -c 'sleep $((RANDOM\%3600))'` or something else.



More information about the Letsencrypt-devel mailing list