diff options
-rw-r--r-- | letsencrypt-helpers/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/letsencrypt-helpers/README b/letsencrypt-helpers/README index 983a7ca..6de832f 100644 --- a/letsencrypt-helpers/README +++ b/letsencrypt-helpers/README @@ -20,4 +20,5 @@ Usage: Continued maintenance: o run renew-as-required from cron, probably using chronic. - + SHELL=/bin/bash + @daily sleep $(( $RANDOM \% 7200 )) && export PATH="$HOME/bin:$PATH" && renew-as-required |