Update config -o just restarts rpitx

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent 32b8cced1a
commit 1dcb023601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.