From 0f85239f5c4920575bae3660b7207fe627673aad Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 10 Jul 2024 16:40:13 -0400 Subject: [PATCH] Update config sudo touch --- config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config b/config index 53eb9272..cb40effb 100755 --- a/config +++ b/config @@ -943,15 +943,17 @@ elif [ "$1" = "-A" ]; then esac sudo rm /home/pi/CubeSatSim/t.txt echo $STRING > /home/pi/CubeSatSim/t.txt - echo -n "\nSending APRS packet " + echo + echo -n "Sending APRS packet " echo $STRING - touch /home/pi/CubeSatSim/ready + sudo touch /home/pi/CubeSatSim/ready sleep 5 - touch /home/pi/CubeSatSim/ready + sudo touch /home/pi/CubeSatSim/ready echo echo "Do you want to send another APRS command packet (y/n) " read sim + echo done sudo rm /home/pi/CubeSatSim/t.txt sudo systemctl restart cubesatsim