From 1fa11a60ca407bae96ae16b2a8cbd49fe6a9615d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 4 Jun 2019 18:17:06 -0400 Subject: [PATCH] Update sdr.sh --- groundstation/sdr.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 59bbef62..bd9973d7 100644 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -3,6 +3,9 @@ echo -e "\nScript to run SDR for CubeSat Simulator\n" +# kill openwebrx if running +ps -ef | grep rtl | grep -v grep | awk '{print $2}' | sudo xargs kill + echo -e "Connect to CubeSatSim WiFi and open browser to http://192.168.8.245:8073\n" cd ../openwebrx