From c9727229ab82f7e7a4ecea81529ca2b3c1ca2341 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 1 Jul 2021 22:05:18 -0400 Subject: [PATCH] put .profile in FoxTelemetryData --- groundstation/fox-startup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groundstation/fox-startup.sh b/groundstation/fox-startup.sh index 3902b0b9..6f1aafab 100755 --- a/groundstation/fox-startup.sh +++ b/groundstation/fox-startup.sh @@ -22,7 +22,7 @@ if [ ! -f "$FILE" ]; then if [ "$ANS" = "1" ]; then echo "You have chosen the Fox-in-a-Box profile." - echo "b" > /home/pi/.profile + echo "b" > /home/pi/FoxTelemetryData/.profile echo echo "Enter your CALLSIGN. If you don't have a callsign, enter a text string that will be displayed on the FoxTelem leader board at https://amsat.org/tlm" @@ -53,7 +53,7 @@ if [ ! -f "$FILE" ]; then elif [ "$ANS" = "2" ]; then echo "You have chosen the CubeSatSim Ground Station profile." - echo "c" > /home/pi/.profile + echo "c" > /home/pi/FoxTelemetryData/.profile else @@ -63,7 +63,7 @@ if [ ! -f "$FILE" ]; then fi -value=`cat /home/pi/.profile` +value=`cat /home/pi/FoxTelemetryData/.profile` echo "$value" > /dev/null set -- $value