Update config fix elif

sim-fail-4
Alan Johnston 4 months ago committed by GitHub
parent a00b92cd01
commit 0d7e41b8f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1582,7 +1582,7 @@ elif [ "$1" = "-M" ]; then
if [ "$MODE" = "0" ]; then if [ "$MODE" = "0" ]; then
echo "Setting No Simulated Failure" echo "Setting No Simulated Failure"
MODE=-1 MODE=-1
elseif [ "$MODE" = "12" ]; then elif [ "$MODE" = "12" ]; then
echo "Setting Random Simulated Failure" echo "Setting Random Simulated Failure"
echo echo

Loading…
Cancel
Save

Powered by TurnKey Linux.