From fc5988070dc98a3a294f8bd688dd835185624966 Mon Sep 17 00:00:00 2001 From: pavel Date: Fri, 13 Feb 2026 06:55:15 +0200 Subject: [PATCH] 0655 --- files/rabbit-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/rabbit-client.sh b/files/rabbit-client.sh index 5766034..0b00a60 100644 --- a/files/rabbit-client.sh +++ b/files/rabbit-client.sh @@ -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