Update sdr.sh

pull/6/head
alanbjohnston 7 years ago committed by GitHub
parent acec101e96
commit c53594742c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.