Update config back to stop rpitx restart cubesatsim

beta-extra-2
Alan Johnston 1 year ago committed by GitHub
parent 5cbfbfc5fd
commit 6507729e2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1431,9 +1431,9 @@ fi
if [ "$restart" = "1" ] ; then if [ "$restart" = "1" ] ; then
if [ "$reboot" = "0" ] ; then if [ "$reboot" = "0" ] ; then
echo "Restarting" echo "Restarting"
# sudo systemctl stop rpitx sudo systemctl stop rpitx
sudo systemctl restart cubesatsim sudo systemctl restart cubesatsim
sudo systemctl restart rpitx # sudo systemctl restart rpitx
else else
echo "Restart needed for changes to take effect" echo "Restart needed for changes to take effect"
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.