How many times can I miss the led0 entry

This commit is contained in:
Richard Goodwin
2018-10-26 12:00:32 -05:00
parent 1b5dc5343a
commit 9fee370a2d

View File

@@ -77,7 +77,7 @@ function setup_led_on () {
if [ $USE_LED_FOR_SETUP_PROGRESS = "true" ] if [ $USE_LED_FOR_SETUP_PROGRESS = "true" ]
then then
echo 0 | sudo tee /sys/class/leds/led1/brightness > /dev/null echo 0 | sudo tee /sys/class/leds/led0/brightness > /dev/null
fi fi
} }