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