Update config more spaces

sr-frs-rx
Alan Johnston 2 years ago committed by GitHub
parent 2279c35073
commit cdec4e1932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
echo "CubeSatSim v1.3b configuration tool" echo "CubeSatSim v1.3b configuration tool"
echo
if [ "$2" = "-n" ]; then if [ "$2" = "-n" ]; then
norestart=1 norestart=1
@ -26,7 +27,7 @@ if [ "$1" = "" ]; then
else else
echo echo
fi fi
echo
value=`cat /home/pi/CubeSatSim/sim.cfg` value=`cat /home/pi/CubeSatSim/sim.cfg`
echo "$value" > /dev/null echo "$value" > /dev/null
set -- $value set -- $value
@ -47,14 +48,12 @@ if [ "$1" = "" ]; then
echo "Current beacon transmit mode is:" echo "Current beacon transmit mode is:"
cat /home/pi/CubeSatSim/command_tx cat /home/pi/CubeSatSim/command_tx
echo echo
echo
echo -e "Current sim.cfg configuration file:" echo -e "Current sim.cfg configuration file:"
echo echo
echo $1 $2 $3 $4 $5 echo $1 $2 $3 $4 $5
echo echo
echo
echo "To change, include an OPTION" echo "To change, include an OPTION"
echo "To see options, type config -h" echo "To see options, type config -h"
# echo # echo

Loading…
Cancel
Save

Powered by TurnKey Linux.