fixed display Simulated Telemetry bug

pull/107/head
alanbjohnston 5 years ago committed by GitHub
parent ed463e7035
commit 83e0b5d557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,11 +37,11 @@ if [ "$1" = "" ]; then
echo $1 $2 $3 $4 $5
echo
if [ "$sim" = "y" ] || [ "$sim" = "yes" ] ; then
sim="yes"
if [ "$5" = "y" ] || [ "$5" = "yes" ] ; then
# sim="yes"
echo "Simulated Telemetry is ON"
else
sim="no"
# sim="no"
echo "Simulated Telemetry is OFF"
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.