From 4b0ba7d66421bf2317fd15f6f2cf279c6c63238a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 23 Jul 2024 14:41:53 -0400 Subject: [PATCH] Update config restart cubesatsim and rpitx --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index e8124b5f..c069e397 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