From 7b6a63f6719f3c3f5fbfb4bedb1793e6642af146 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 9 Aug 2025 16:04:27 -0400 Subject: [PATCH] Update config change quotes --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 0d1e1bdc..c04165c4 100755 --- a/config +++ b/config @@ -278,7 +278,7 @@ if [ "$1" = "" ]; then FILE=/home/pi/CubeSatSim/failure_mode.txt if [ -f "$FILE" ]; then - if [[ $(grep '-1' $FILE) ]]; then + if [[ $(grep "-1" $FILE) ]]; then echo "No simulated failure" else fail=$(<$FILE)