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"