diff --git a/config b/config index c069e397..e8124b5f 100755 --- a/config +++ b/config @@ -1431,9 +1431,9 @@ fi if [ "$restart" = "1" ] ; then if [ "$reboot" = "0" ] ; then echo "Restarting" -# sudo systemctl stop rpitx + sudo systemctl stop rpitx sudo systemctl restart cubesatsim - sudo systemctl restart rpitx +# sudo systemctl restart rpitx else echo "Restart needed for changes to take effect" fi