Update config add modulo 11

sim-fail-4
Alan Johnston 4 months ago committed by GitHub
parent 4304b504cb
commit 24d0a94371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1680,6 +1680,8 @@ elif [ "$1" = "-N" ]; then
else else
echo "Changing to next simulated failure mode" echo "Changing to next simulated failure mode"
fail=$((fail + 1)) fail=$((fail + 1))
if [ $fail == 12 ]; then
fail=1
echo $fail echo $fail
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.