From 7867db15950e9d0790d0ba3f78b87786cfda0a08 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 2 Jun 2021 21:03:39 -0400 Subject: [PATCH] typo --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 8d752dd7..08e8a82d 100755 --- a/config +++ b/config @@ -28,7 +28,7 @@ if [ "$1" = "" ]; then echo $1 $2 $3 $4 $5 - if [ $sim = "y" ] ; then + if [ "$sim" = "y" ] ; then $sim = "yes" echo "Simulated Telemetry is ON" else @@ -110,7 +110,7 @@ elif [ "$1" = "-m" ]; then echo "Do you want Simulated Telemetry ON (y/n) " read sim - if [ $sim = "y" ] ; then + if [ "$sim" = "y" ] ; then $sim = "yes" echo "Simulated Telemetry is ON" else