From 191d8fe8bbd4dffd471069276ee11ed70ff3513f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 4 Jul 2021 15:36:20 -0400 Subject: [PATCH] sleep 2 after stop openwebrx --- groundstation/sstv_decode.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/groundstation/sstv_decode.sh b/groundstation/sstv_decode.sh index 85308325..3836ca68 100755 --- a/groundstation/sstv_decode.sh +++ b/groundstation/sstv_decode.sh @@ -5,12 +5,14 @@ echo "Script to decode SSTV from the CubeSatSim for ARISS Radio Pi" echo +sudo systemctl stop openwebrx + +sleep 2 + sudo modprobe snd-aloop sudo killall -9 qsstv &>/dev/null -sudo systemctl stop openwebrx - sudo systemctl stop rtl_tcp pkill -o chromium &>/dev/null