mirror of
https://github.com/cimryan/teslausb.git
synced 2026-02-28 20:20:32 +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
|
||||
|
||||
HEADLESS_SETUP=${HEADLESS_SETUP:-false}
|
||||
|
||||
function setup_progress () {
|
||||
SETUP_LOGFILE=/boot/teslausb-headless-setup.log
|
||||
if [ $HEADLESS_SETUP = "true" ]
|
||||
|
||||
Reference in New Issue
Block a user