moved display of sim.cfg

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

@ -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"

Loading…
Cancel
Save

Powered by TurnKey Linux.