From e0b663f09fcc948de8adf2a59fddfd41384bb34d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 4 Jun 2019 18:16:12 -0400 Subject: [PATCH] Update decode.sh --- groundstation/decode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/decode.sh b/groundstation/decode.sh index 19ca82f0..44db5a06 100644 --- a/groundstation/decode.sh +++ b/groundstation/decode.sh @@ -2,7 +2,7 @@ # script to auto decode CubeSat Simulator telemetry # kill openwebrx if it is running -ps -ef | grep openwebrx | grep -v grep | awk '{print $2}' | sudo xargs kill +ps -ef | grep rtl | grep -v grep | awk '{print $2}' | sudo xargs kill echo -e "Script to auto decode CubeSat Simulator telemetry\n"