From 7de6ef2974b1e485b9ad759cc7bb25d4f9a3a624 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 17 Aug 2025 11:01:44 -0400 Subject: [PATCH] Update config spacing --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 91f33955..f36c9af8 100755 --- a/config +++ b/config @@ -337,7 +337,7 @@ if [ "$1" = "" ]; then fi if [ "${12}" = "y" ] || [ "${12}" = "yes" ] ; then - echo "Random Failure Mode is ON with time period " ${13} " seconds" + echo "Random Failure Mode is ON with time period" ${13} "seconds" else echo "Random Failure Mode is OFF" fi @@ -1081,7 +1081,7 @@ elif [ "$1" = "-P" ]; then echo echo "Editing the PL (Private Line) CTCSS/CDCSS setting in" - echo "the configuration file for CubeSatSim" + echo "the configuration file for CubeSatSim" echo value=`cat /home/pi/CubeSatSim/sim.cfg` @@ -1735,7 +1735,7 @@ elif [ "$1" = "-U" ]; then echo "Random Simulated Failure is ON" echo echo "A new random failure is selected every" - echo ${13} " seconds." + echo ${13} "seconds." echo echo "Enter a new value or Return keeps current value."