From fbaed266a2ee84cd6bf99ae8e9750b9e6aecd5b5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 5 Jun 2020 09:23:15 -0400 Subject: [PATCH] removed config copying since hf and vhf now together --- groundstation/sdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/sdr.sh b/groundstation/sdr.sh index 0242151c..34f523ba 100755 --- a/groundstation/sdr.sh +++ b/groundstation/sdr.sh @@ -25,7 +25,7 @@ sudo killall -9 rtl_tcp &>/dev/null sudo systemctl stop openwebrx -sudo cp /etc/openwebrx/config_webrx_vhf.py /etc/openwebrx/config_webrx.py +#sudo cp /etc/openwebrx/config_webrx_vhf.py /etc/openwebrx/config_webrx.py sudo systemctl restart openwebrx