From 29466505f788417e125c10276ec6b97f5c47d78f Mon Sep 17 00:00:00 2001 From: Richard Goodwin Date: Fri, 26 Oct 2018 12:15:29 -0500 Subject: [PATCH] Now it really is only using LED for setup --- setup/pi/setup-teslausb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/pi/setup-teslausb b/setup/pi/setup-teslausb index 6e87db6..5c9ca79 100644 --- a/setup/pi/setup-teslausb +++ b/setup/pi/setup-teslausb @@ -58,7 +58,7 @@ function headless_setup_mark_setup_success () { } function headless_setup_progress_flash () { - if [ $HEADLESS_SETUP = "true" ] + if [ $USE_LED_FOR_SETUP_PROGRESS = "true" ] && [ $HEADLESS_SETUP = "true" ] then /etc/stage_flash $1 fi