mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Missed a default variable setting
I hate this whole unbound variable protection mode, but it sure does catch bugs. :)
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash -eu
|
#!/bin/bash -eu
|
||||||
|
|
||||||
|
HEADLESS_SETUP=${HEADLESS_SETUP:-false}
|
||||||
|
|
||||||
function setup_progress () {
|
function setup_progress () {
|
||||||
SETUP_LOGFILE=/boot/teslausb-headless-setup.log
|
SETUP_LOGFILE=/boot/teslausb-headless-setup.log
|
||||||
if [ $HEADLESS_SETUP = "true" ]
|
if [ $HEADLESS_SETUP = "true" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user