Update config print failure mode number

master-latency
Alan Johnston 4 months ago committed by GitHub
parent 7212c2994b
commit 572a96e506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -281,8 +281,10 @@ if [ "$1" = "" ]; then
if [[ $(grep '0' $FILE) ]]; then
echo "No simulated failures."
else
fail=$(<$FILE)
echo -n "Simulated failure mode is: "
cat $FILE
# cat $FILE
echo $fail
fi
else
echo "No simulated failures."

Loading…
Cancel
Save

Powered by TurnKey Linux.