Update config remove periods

master-latency
Alan Johnston 4 months ago committed by GitHub
parent 06c2b5eeb1
commit 8e00fc2596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 failures."
echo "No simulated failure."
else
fail=$(<$FILE)
echo -n "Simulated "
@ -321,7 +321,7 @@ if [ "$1" = "" ]; then
# echo $fail
fi
else
echo "No simulated failures."
echo "No simulated failure."
fi
# echo

Loading…
Cancel
Save

Powered by TurnKey Linux.