Browse Source

Merge c228069023 into 15197455f2

pull/5215/merge
oittaa 4 days ago
committed by GitHub
parent
commit
b53a656824
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      acme.sh

5
acme.sh

@ -6853,6 +6853,11 @@ cron() {
export _ACME_IN_CRON=1
_initpath
_info "$(__green "===Starting cron===")"
if [ -z "$FORCE" ] && [ -z "$__INTERACTIVE" ]; then
random_sec=$(_math $$ % 59)
_info "Sleeping for $random_sec seconds."
_sleep $random_sec
fi
if [ "$AUTO_UPGRADE" = "1" ]; then
export LE_WORKING_DIR
(

Loading…
Cancel
Save