From 274586971a5ec565ea485f23014b92a857e865ba Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 17 Aug 2025 10:47:28 -0400 Subject: [PATCH] Update config change to gt --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 739f28ae..b73a91db 100755 --- a/config +++ b/config @@ -1699,7 +1699,7 @@ elif [ "$1" = "-N" ]; then echo "Changing to next simulated failure mode" fail=$((fail + 1)) # if [ $fail == 12 ]; then - if [ "$fail" -ge "11" ]; then + if [ "$fail" -gt "11" ]; then fail=1 fi echo $fail