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"
read callsign
sudo sed -i "s/callsign=NONE/callsign=$callsign/g" /home/pi/FoxTelemetryData/FoxTelem.properties
@ -56,7 +58,13 @@ if [ ! -f "$FILE" ]; then
echo"You have chosen the CubeSatSim Ground Station profile."