From 874b5b1b000b7ae998aa12df71779a46163e9ff8 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 18 Jun 2021 08:30:31 -0400 Subject: [PATCH] moved display of sim.cfg --- config | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/config b/config index 5de71af8..28906f29 100755 --- a/config +++ b/config @@ -26,6 +26,15 @@ if [ "$1" = "" ]; then else echo fi + + if [ "$5" = "y" ] || [ "$5" = "yes" ] ; then +# sim="yes" + echo "Simulated Telemetry is ON" + else +# sim="no" + echo "Simulated Telemetry is OFF" + fi + echo echo -e "Current sim.cfg configuration file:" # echo @@ -35,15 +44,7 @@ if [ "$1" = "" ]; then set -- $value echo $1 $2 $3 $4 $5 - echo - - if [ "$5" = "y" ] || [ "$5" = "yes" ] ; then -# sim="yes" - echo "Simulated Telemetry is ON" - else -# sim="no" - echo "Simulated Telemetry is OFF" - fi +# echo echo echo "To change, include an OPTION"