pull/87/head
alanbjohnston 5 years ago committed by GitHub
parent 5fe0a28055
commit 7867db1595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ if [ "$1" = "" ]; then
echo $1 $2 $3 $4 $5 echo $1 $2 $3 $4 $5
if [ $sim = "y" ] ; then if [ "$sim" = "y" ] ; then
$sim = "yes" $sim = "yes"
echo "Simulated Telemetry is ON" echo "Simulated Telemetry is ON"
else else
@ -110,7 +110,7 @@ elif [ "$1" = "-m" ]; then
echo "Do you want Simulated Telemetry ON (y/n) " echo "Do you want Simulated Telemetry ON (y/n) "
read sim read sim
if [ $sim = "y" ] ; then if [ "$sim" = "y" ] ; then
$sim = "yes" $sim = "yes"
echo "Simulated Telemetry is ON" echo "Simulated Telemetry is ON"
else else

Loading…
Cancel
Save

Powered by TurnKey Linux.