Update config cleanup

pull/302/head
Alan Johnston 2 years ago committed by GitHub
parent 7d4e62b60c
commit d155f730a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -455,6 +455,7 @@ elif [ "$1" = "-T" ]; then
FILE=/home/pi/CubeSatSim/command_control
if [ -f "$FILE" ]; then
echo "Radio command and control is ON"
echo
echo "Do you want to turn command and control to OFF (y/n) "
read reset
echo
@ -469,7 +470,8 @@ elif [ "$1" = "-T" ]; then
else
echo "Radio command and control is OFF"
echo "Do you want to set beacon transmit to ON (y/n) "
echo
echo "Do you want to set command and control to ON (y/n) "
read reset
echo

Loading…
Cancel
Save

Powered by TurnKey Linux.