Merge c228069023eccd1267f4ece31cecf6533e294afa into 40b6db6a2715628aa977ed1853fe5256704010ae

This commit is contained in:
oittaa 2025-04-03 03:55:18 +02:00 committed by GitHub
commit f657442717
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6771,6 +6771,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
(