From 6507729e2a7158fc89513f22c8e4b91fdb2953f4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 23 Jul 2024 14:33:49 -0400 Subject: [PATCH] Update config back to stop rpitx restart cubesatsim --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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