From 2279c35073d6355eab368f50c5781fc95ddd71c6 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 13 Aug 2023 15:19:14 -0400 Subject: [PATCH] Update config additional spaces --- config | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config b/config index 9b7613bf..9e375fa1 100755 --- a/config +++ b/config @@ -39,16 +39,17 @@ if [ "$1" = "" ]; then echo "Simulated Telemetry is OFF" fi -# echo + echo echo "Current command count is:" cat /home/pi/CubeSatSim/command_count.txt -# echo + echo + echo echo "Current beacon transmit mode is:" - cat /home/pi/CubeSatSim/command_tx.txt - + cat /home/pi/CubeSatSim/command_tx + echo echo echo -e "Current sim.cfg configuration file:" -# echo + echo echo $1 $2 $3 $4 $5 echo