From 4304b504cb20675f1aa9caa1116ae5339f87af88 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 16 Aug 2025 15:48:23 -0400 Subject: [PATCH] Update config increment fail --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index 3fa49a09..cdb98628 100755 --- a/config +++ b/config @@ -1679,6 +1679,9 @@ elif [ "$1" = "-N" ]; then fi else echo "Changing to next simulated failure mode" + fail=$((fail + 1)) + echo $fail + fi elif [ "$1" = "-h" ]; then