From 8e1cf5dfb9c9610dd324d8d4f25cbc148f4b0a50 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 14 Jun 2021 09:10:00 -0400 Subject: [PATCH] added call to python3 loc-python.py --- groundstation/fox-startup.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/groundstation/fox-startup.sh b/groundstation/fox-startup.sh index 3f51d0a9..9ed1006d 100755 --- a/groundstation/fox-startup.sh +++ b/groundstation/fox-startup.sh @@ -29,11 +29,13 @@ if [ ! -f "$FILE" ]; then read callsign sudo sed -i "s/callsign=NONE/callsign=$callsign/g" /home/pi/Documents/FITB/FoxTelem.properties echo + + python3 /home/pi/CubeSatSim/groundstation/loc-python.py - echo "Enter your Maidenhead grid square. It is two letters followed by two numbers followed by two letters with no spaces. If you don't know your gridsquare, you can look it up here https://dxcluster.ha8tks.hu/hamgeocoding/" - read grid - sudo sed -i "s/maidenhead=XX00xx/maidenhead=$grid/g" /home/pi/Documents/FITB/FoxTelem.properties - echo +# echo "Enter your Maidenhead grid square. It is two letters followed by two numbers followed by two letters with no spaces. If you don't know your gridsquare, you can look it up here https://dxcluster.ha8tks.hu/hamgeocoding/" +# read grid +# sudo sed -i "s/maidenhead=XX00xx/maidenhead=$grid/g" /home/pi/Documents/FITB/FoxTelem.properties +# echo elif [ "$ANS" = "2" ]; then