moved sim.cfg read

pull/127/head
alanbjohnston 5 years ago committed by GitHub
parent 53b5f9251f
commit 9ed1a3ccd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,10 @@ if [ "$1" = "" ]; then
else
echo
fi
echo "$5"
value=`cat /home/pi/CubeSatSim/sim.cfg`
echo "$value" > /dev/null
set -- $value
if [ "$5" = "y" ] || [ "$5" = "yes" ] ; then
# sim="yes"
@ -40,10 +43,6 @@ if [ "$1" = "" ]; then
echo -e "Current sim.cfg configuration file:"
# echo
value=`cat /home/pi/CubeSatSim/sim.cfg`
echo "$value" > /dev/null
set -- $value
echo $1 $2 $3 $4 $5
echo

Loading…
Cancel
Save

Powered by TurnKey Linux.