Update config only send mode=o once

send-commands
Alan Johnston 3 weeks ago committed by GitHub
parent 254f54998d
commit d91aada7ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1203,8 +1203,9 @@ elif [ "$1" = "-A" ]; then
echo $STRING echo $STRING
sudo touch /home/pi/CubeSatSim/ready sudo touch /home/pi/CubeSatSim/ready
sleep 5 sleep 5
if [ "$MODE" != "10" ]; then
sudo touch /home/pi/CubeSatSim/ready sudo touch /home/pi/CubeSatSim/ready
fi
echo echo
echo "Do you want to send another APRS command packet (y/n) " echo "Do you want to send another APRS command packet (y/n) "
read sim read sim

Loading…
Cancel
Save

Powered by TurnKey Linux.