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