From a3e09901996d9aaa6e60390c5cd89dffa8133d1f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 May 2020 15:03:10 -0400 Subject: [PATCH] Update rtl-tcp.sh --- groundstation/rtl-tcp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/rtl-tcp.sh b/groundstation/rtl-tcp.sh index 9559643c..c74cb352 100755 --- a/groundstation/rtl-tcp.sh +++ b/groundstation/rtl-tcp.sh @@ -9,6 +9,6 @@ echo -e "IP Address to use in web browsers is: " hostname -I|cut -f1 -d ' ' -./kill_all.sh +/home/pi/kill_all.sh sudo /bin/sh -c '/usr/local/bin/rtl_tcp -a $(hostname -I|cut -f1 -d " ")'