From 0d7e41b8f19ab0a5bbfac4f74148266d28b7bdbe Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 16 Aug 2025 18:28:21 -0400 Subject: [PATCH] Update config fix elif --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index f6dda702..1f75bffa 100755 --- a/config +++ b/config @@ -1582,7 +1582,7 @@ elif [ "$1" = "-M" ]; then if [ "$MODE" = "0" ]; then echo "Setting No Simulated Failure" MODE=-1 - elseif [ "$MODE" = "12" ]; then + elif [ "$MODE" = "12" ]; then echo "Setting Random Simulated Failure" echo