From b0bac4f7a9dc46e6b1045891a38f7799874562dc Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 1 Jul 2021 22:07:30 -0400 Subject: [PATCH] missing / --- 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 6159a243..9f1d895a 100755 --- a/groundstation/fox-startup.sh +++ b/groundstation/fox-startup.sh @@ -32,7 +32,7 @@ if [ ! -f "$FILE" ]; then sudo sed -i "s/uploadToServer=false/uploadToServer=true/g" /home/pi/FoxTelemetryData/FoxTelem.properties - sudo sed -i "s/foxTelemCalcsDoppler=false/foxTelemCalcsDoppler=true/g" /home/pi/FoxTelemetryDataFoxTelem.properties + sudo sed -i "s/foxTelemCalcsDoppler=false/foxTelemCalcsDoppler=true/g" /home/pi/FoxTelemetryData/FoxTelem.properties sudo sed -i "s/foxTelemCalcsPosition=false/foxTelemCalcsPosition=true/g" /home/pi/FoxTelemetryData/FoxTelem.properties