From 59250972091af85c4014658b475c044ebfce4fa7 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 4 Jul 2021 15:39:02 -0400 Subject: [PATCH] sleep 2 after stop openwebrx --- groundstation/aprs-cubesatsim.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/groundstation/aprs-cubesatsim.sh b/groundstation/aprs-cubesatsim.sh index bd7cb933..79c3bb43 100755 --- a/groundstation/aprs-cubesatsim.sh +++ b/groundstation/aprs-cubesatsim.sh @@ -1,10 +1,12 @@ #!/bin/bash # script to auto decode APRS packets from CubeSatSim -sudo modprobe snd-aloop - sudo systemctl stop openwebrx +sleep 2 + +sudo modprobe snd-aloop + sudo systemctl stop rtl_tcp pkill -o chromium &>/dev/null