From c53594742c5bf88155d64b4a0edcea2aef3d3b9b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 5 Jun 2019 11:08:41 -0400 Subject: [PATCH] Update sdr.sh --- groundstation/sdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 46cd58e4..03efef13 100644 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -13,6 +13,6 @@ ps -ef | grep rtl | grep -v grep | awk '{print $2}' | sudo xargs kill # kill openwebrx process if running ps -ef | grep openwebrx | grep -v grep | awk '{print $2}' | sudo xargs kill -cd ../openwebrx +cd ~/openwebrx sudo python openwebrx.py