This commit is contained in:
2026-02-13 06:55:15 +02:00
parent 6947fc95f1
commit fc5988070d

View File

@@ -139,7 +139,7 @@ dispatch_task() {
total_h=$(( ceil_h + rnd - 1 ))
# NEW: if rebootin is huge (>=18h), convert to immediate reboot (0h)
if (( total_h >= 18 )); then
if (( total_h >= 19 )); then
total_h=0
log "Adjusted _tonight rebootin to 0h because computed value was >=18h"
fi