From 9dce00eed18bb0e300f8daeed5d9079e46a2b4d6 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 22 Nov 2023 11:25:56 -0500 Subject: [PATCH] Update config Configuraation --- config | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/config b/config index e61682b3..025f8990 100755 --- a/config +++ b/config @@ -216,9 +216,9 @@ elif [ "$1" = "-t" ]; then echo "Simulated Telemetry is OFF" fi - echo - echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" - echo +# echo + echo -e "\nCubeSatSim configuration sim.cfg file updated to: \n" +# echo echo $1 $2 $3 $4 $sim $6 $7 $8 $9 echo $1 $2 $3 $4 $sim $6 $7 $8 $9 > /home/pi/CubeSatSim/sim.cfg echo @@ -257,7 +257,7 @@ elif [ "$1" = "-c" ]; then norestart=1 else - echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" + echo -e "\nCubeSatSim configuration sim.cfg file updated to: \n" echo $callsign $2 $3 $4 $5 $6 $7 $8 $9 echo $callsign $2 $3 $4 $5 $6 $7 $8 $9 > /home/pi/CubeSatSim/sim.cfg @@ -309,7 +309,7 @@ elif [ "$1" = "-r" ]; then norestart=1 else - echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" + echo -e "\nCubeSatSim configuration sim.cfg file updated to: \n" echo $1 $resets $3 $4 $5 $6 $7 $8 $9 echo $1 $resets $3 $4 $5 $6 $7 $8 $9 > /home/pi/CubeSatSim/sim.cfg @@ -385,7 +385,7 @@ elif [ "$1" = "-l" ]; then echo "Keeping value of" $long fi - echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" + echo -e "\nCubeSatSim configuration sim.cfg file updated to: \n" echo $1 $2 $lat $long $5 $6 $7 $8 $9 echo $1 $2 $lat $long $5 $6 $7 $8 $9 > /home/pi/CubeSatSim/sim.cfg @@ -555,9 +555,9 @@ elif [ "$1" = "-q" ]; then echo "Keeping value of" $sq fi - echo - echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" - echo +# echo + echo -e "\nCubeSatSim configuration sim.cfg file updated to: \n" +# echo echo $1 $2 $3 $4 $5 $sq $7 $8 $9 echo $1 $2 $3 $4 $4 $sq $7 $8 $9 > /home/pi/CubeSatSim/sim.cfg echo @@ -608,7 +608,7 @@ elif [ "$1" = "-F" ]; then fi # else - echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" + echo -e "\nCubeSatSim configuration sim.cfg file updated to: \n" echo $1 $2 $3 $4 $5 $6 $tx $rx $9 echo $1 $2 $3 $4 $5 $6 $tx $rx $9 > /home/pi/CubeSatSim/sim.cfg @@ -655,9 +655,9 @@ elif [ "$1" = "-H" ]; then echo "HAB mode is OFF" fi - echo - echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" - echo +# echo + echo -e "\nCubeSatSim configuration sim.cfg file updated to: \n" +# echo echo $1 $2 $3 $4 $5 $6 $7 $8 $hab echo $1 $2 $3 $4 $5 $6 $7 $8 $hab > /home/pi/CubeSatSim/sim.cfg echo