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