Update config fixed -t

beta-v1.3.1-python-sq-off
Alan Johnston 2 years ago committed by GitHub
parent 2831d5cd0e
commit 04263ca23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -152,7 +152,7 @@ elif [ "$1" = "-t" ]; then
echo echo
# echo $1 $2 $3 $4 # echo $1 $2 $3 $4 $5 $6
echo "Do you want Simulated Telemetry ON (y/n) " echo "Do you want Simulated Telemetry ON (y/n) "
read sim read sim
@ -169,8 +169,8 @@ elif [ "$1" = "-t" ]; then
echo echo
echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n"
echo echo
echo $1 $2 $3 $4 $sim echo $1 $2 $3 $4 $sim $6
echo $1 $2 $3 $4 $sim > /home/pi/CubeSatSim/sim.cfg echo $1 $2 $3 $4 $sim $6 > /home/pi/CubeSatSim/sim.cfg
echo echo
echo "Restarting CubeSatSim with new configuraation file" echo "Restarting CubeSatSim with new configuraation file"
echo echo

Loading…
Cancel
Save

Powered by TurnKey Linux.