From fad75038a20be824f6f36dc13e66847543266a30 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 8 Aug 2025 15:25:31 -0400 Subject: [PATCH] Update config remove periods --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 7b89d612..3951c06c 100755 --- a/config +++ b/config @@ -279,7 +279,7 @@ if [ "$1" = "" ]; then FILE=/home/pi/CubeSatSim/failure_mode.txt if [ -f "$FILE" ]; then if [[ $(grep '0' $FILE) ]]; then - echo "No simulated failure." + echo "No simulated failure" else fail=$(<$FILE) echo -n "Simulated " @@ -321,7 +321,7 @@ if [ "$1" = "" ]; then # echo $fail fi else - echo "No simulated failure." + echo "No simulated failure" fi # echo