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