From 1dcb023601a8baa8ab6e73747f84e96fdca95969 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 15 Jul 2024 11:31:34 -0400 Subject: [PATCH] Update config -o just restarts rpitx --- config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config b/config index afc9c020..376272ed 100755 --- a/config +++ b/config @@ -1119,7 +1119,8 @@ elif [ "$1" = "-o" ]; then if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then echo "Turn beacon telemetry ON" sudo rm /home/pi/CubeSatSim/beacon_off > /dev/null 2>&1 - restart=1 + sudo systemctl restart rpitx +# restart=1 fi else @@ -1132,7 +1133,8 @@ elif [ "$1" = "-o" ]; then if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then echo "Turn beacon telemetry OFF" touch /home/pi/CubeSatSim/beacon_off - restart=1 + sudo systemctl restart rpitx +# restart=1 fi fi