From 79537c2dc200773bee1be53404a9969be455e8a2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 10 Jul 2024 23:47:17 -0400 Subject: [PATCH] Update config sudo --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index be0d81e6..f79d82fa 100755 --- a/config +++ b/config @@ -908,7 +908,7 @@ elif [ "$1" = "-A" ]; then sudo systemctl stop rpitx sudo rm /home/pi/CubeSatSim/t.txt - python3 -u /home/pi/CubeSatSim/rpitx.py a & # > /dev/null 2>&1 & # Force APRS mode + sudo python3 -u /home/pi/CubeSatSim/rpitx.py a & # > /dev/null 2>&1 & # Force APRS mode sim="y"