From 39f9e322abe4076bc4b6e83974ddeacc5d98612c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 21 Nov 2023 10:00:31 -0500 Subject: [PATCH] Update config more cleanup --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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