From 50acf4dba6205dd796e8e77a2a8ee42604299ddb Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 6 Jul 2021 16:21:22 -0400 Subject: [PATCH] fixed FoxTelem path --- groundstation/fox-startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/fox-startup.sh b/groundstation/fox-startup.sh index 7f078e6e..3782faf4 100755 --- a/groundstation/fox-startup.sh +++ b/groundstation/fox-startup.sh @@ -94,7 +94,7 @@ if [ "$1" = "c" ]; then else echo "Fox-in-a-box profile is set!" echo - /home/pi/FoxTelem /home/pi/FoxTelemetryData + /home/pi/FoxTelem/FoxTelem /home/pi/FoxTelemetryData fi $SHELL