From d91aada7ac35c05a82a20e803e2d502221ee5505 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 16 Jan 2026 22:42:02 -0500 Subject: [PATCH] Update config only send mode=o once --- config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config b/config index 87217b73..c178e2f3 100755 --- a/config +++ b/config @@ -1203,8 +1203,9 @@ elif [ "$1" = "-A" ]; then echo $STRING sudo touch /home/pi/CubeSatSim/ready sleep 5 - sudo touch /home/pi/CubeSatSim/ready - + if [ "$MODE" != "10" ]; then + sudo touch /home/pi/CubeSatSim/ready + fi echo echo "Do you want to send another APRS command packet (y/n) " read sim