fixed type environment variable
This commit is contained in:
parent
1e13175c06
commit
069faa91f8
1 changed files with 5 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
# blinky
|
||||
blinky_url="${BLINKY_URL:-localhost:3000}"
|
||||
blinky_type="${BLINKY_MODE:-morph}"
|
||||
blinky_type="${BLINKY_TYPE:-morph}"
|
||||
blinky_duration="${BLINKY_DURATON:-2500}"
|
||||
blinky_mode="${BLINKY_MODE:-$1}"
|
||||
|
||||
|
@ -15,7 +15,10 @@ temperature_critical="${BLINKY_TEMPERATURE_CRITICAL:-90000}"
|
|||
threshold_upper="${BLINKY_THRESHOLD_UPPER:-66}"
|
||||
threshold_lower="${BLINKY_THRESHOLD_LOWER:-33}"
|
||||
thermal_zones=(
|
||||
"*"
|
||||
"0"
|
||||
"1"
|
||||
"2"
|
||||
"3"
|
||||
)
|
||||
|
||||
#############
|
||||
|
|
Loading…
Reference in a new issue