From 15ce3cf700ebbf7ec98a2e718c7744e5bfc60971 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 23 Jul 2024 14:25:56 -0400 Subject: [PATCH] Update update add disable rpitx --- update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update b/update index 304bd83a..cc357886 100755 --- a/update +++ b/update @@ -66,6 +66,8 @@ else echo "no changes to cubesatsim.service." fi +sudo systemctl disable rpitx + if [[ $(diff systemd/rpitx.service /etc/systemd/system/rpitx.service) ]]; then echo "changed rpitx.service." sudo cp /home/pi/CubeSatSim/systemd/rpitx.service /etc/systemd/system/rpitx.service