From 24d0a943713d0689ff33c7565c8df5f3c0465af4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 16 Aug 2025 15:51:31 -0400 Subject: [PATCH] Update config add modulo 11 --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index cdb98628..46deac7f 100755 --- a/config +++ b/config @@ -1680,6 +1680,8 @@ elif [ "$1" = "-N" ]; then else echo "Changing to next simulated failure mode" fail=$((fail + 1)) + if [ $fail == 12 ]; then + fail=1 echo $fail fi