From bcd74c0e293d78246991403d962bd8d7e1d29db1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 9 Aug 2025 16:13:24 -0400 Subject: [PATCH] Update config adding -1 --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index ab3c27f7..49aa572d 100755 --- a/config +++ b/config @@ -1591,7 +1591,7 @@ elif [ "$1" = "-M" ]; then ;; *) echo "Setting No Simulated Failure" - MODE=0 + MODE=-1 ;; esac fi