From 04263ca23e0040c7487276de54424051cb32a252 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 12 Nov 2023 09:50:08 -0500 Subject: [PATCH] Update config fixed -t --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 40efcb25..5dc1e373 100755 --- a/config +++ b/config @@ -152,7 +152,7 @@ elif [ "$1" = "-t" ]; then echo -# echo $1 $2 $3 $4 +# echo $1 $2 $3 $4 $5 $6 echo "Do you want Simulated Telemetry ON (y/n) " read sim @@ -169,8 +169,8 @@ elif [ "$1" = "-t" ]; then echo echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" echo - echo $1 $2 $3 $4 $sim - echo $1 $2 $3 $4 $sim > /home/pi/CubeSatSim/sim.cfg + echo $1 $2 $3 $4 $sim $6 + echo $1 $2 $3 $4 $sim $6 > /home/pi/CubeSatSim/sim.cfg echo echo "Restarting CubeSatSim with new configuraation file" echo