Update config more cleanup

beta-v1.3.1.1-hab
Alan Johnston 2 years ago committed by GitHub
parent 200939cee6
commit 39f9e322ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ if [ "$1" = "" ]; then
fi fi
echo echo
echo -e "Current command count is: " echo -n "Current command count is: "
cat /home/pi/CubeSatSim/command_count.txt cat /home/pi/CubeSatSim/command_count.txt
echo echo
echo echo
@ -56,7 +56,7 @@ if [ "$1" = "" ]; then
# cat /home/pi/CubeSatSim/command_tx # cat /home/pi/CubeSatSim/command_tx
# echo # echo
echo "Squelch level is:" echo -n "Squelch level is: "
echo $6 echo $6
echo echo

Loading…
Cancel
Save

Powered by TurnKey Linux.