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