Update config change quotes

sim-fail-2
Alan Johnston 4 months ago committed by GitHub
parent bfa666b1e1
commit 7b6a63f671
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)

Loading…
Cancel
Save

Powered by TurnKey Linux.