diff --git a/config b/config index c124f620..180689b4 100755 --- a/config +++ b/config @@ -48,7 +48,7 @@ if [ "$1" = "" ]; then fi echo - echo -e "Current command count is: " + echo -n "Current command count is: " cat /home/pi/CubeSatSim/command_count.txt echo echo @@ -56,7 +56,7 @@ if [ "$1" = "" ]; then # cat /home/pi/CubeSatSim/command_tx # echo - echo "Squelch level is:" + echo -n "Squelch level is: " echo $6 echo