From 5cbfbfc5fd26565090c4f955d4ca9179f8f86524 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 23 Jul 2024 14:29:55 -0400 Subject: [PATCH] Update config restart CubeSatSim then rpitx --- config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index b90679c2..c069e397 100755 --- a/config +++ b/config @@ -1431,8 +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 else echo "Restart needed for changes to take effect" fi