Now it really is only using LED for setup

This commit is contained in:
Richard Goodwin
2018-10-26 12:15:29 -05:00
parent 6ced0c2c04
commit 29466505f7

View File

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