From a7710df29178e38f3f61522122217db09d8fc0bd Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 1 Jul 2021 22:14:20 -0400 Subject: [PATCH] fixed .foxprofile check --- 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 9f1d895a..ca00e916 100755 --- a/groundstation/fox-startup.sh +++ b/groundstation/fox-startup.sh @@ -5,7 +5,7 @@ echo "Startup script to run FoxTelem for FIAB v3" echo -FILE=/home/pi/CubeSatSim/groundstation/.foxprofile +FILE=/home/pi/FoxTelemetryData/.foxprofile if [ ! -f "$FILE" ]; then echo "You need to choose your default FoxTelem profile." echo