From 2a3d546fef6b9bed3a63508fe7b11c2bce73f131 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 17 Mar 2026 17:59:20 -0400 Subject: [PATCH] Update config remove commented out code --- config | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/config b/config index 9be7c3e1..c4ab7d94 100755 --- a/config +++ b/config @@ -1158,22 +1158,13 @@ elif [ "$1" = "-o" ]; then echo "Turn beacon telemetry ON" sudo rm /home/pi/CubeSatSim/beacon_off > /dev/null 2>&1 sudo systemctl restart transmit -# if [ "$MODE" = "p" ]; then -# sudo systemctl restart pacsatsim -# fi - else echo "Transmit beacon telemetry is on" echo echo "Turn beacon telemetry OFF" touch /home/pi/CubeSatSim/beacon_off -# if [ "$MODE" = "p" ]; then -# sudo systemctl stop pacsatsim -# sudo systemctl stop transmit -# else - sudo systemctl restart transmit -# fi + sudo systemctl restart transmit fi sleep 3 fi