Update config increment fail

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

@ -1679,6 +1679,9 @@ elif [ "$1" = "-N" ]; then
fi fi
else else
echo "Changing to next simulated failure mode" echo "Changing to next simulated failure mode"
fail=$((fail + 1))
echo $fail
fi fi
elif [ "$1" = "-h" ]; then elif [ "$1" = "-h" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.