Update config spacing

sim-fail-4
Alan Johnston 4 months ago committed by GitHub
parent 2a7a7a6016
commit 7de6ef2974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -337,7 +337,7 @@ if [ "$1" = "" ]; then
fi
if [ "${12}" = "y" ] || [ "${12}" = "yes" ] ; then
echo "Random Failure Mode is ON with time period " ${13} " seconds"
echo "Random Failure Mode is ON with time period" ${13} "seconds"
else
echo "Random Failure Mode is OFF"
fi
@ -1735,7 +1735,7 @@ elif [ "$1" = "-U" ]; then
echo "Random Simulated Failure is ON"
echo
echo "A new random failure is selected every"
echo ${13} " seconds."
echo ${13} "seconds."
echo
echo "Enter a new value or Return keeps current value."

Loading…
Cancel
Save

Powered by TurnKey Linux.