fixed type environment variable

This commit is contained in:
Daniel Sommer 2021-04-14 23:11:15 +02:00
parent 1e13175c06
commit 069faa91f8

View file

@ -5,7 +5,7 @@
# blinky # blinky
blinky_url="${BLINKY_URL:-localhost:3000}" blinky_url="${BLINKY_URL:-localhost:3000}"
blinky_type="${BLINKY_MODE:-morph}" blinky_type="${BLINKY_TYPE:-morph}"
blinky_duration="${BLINKY_DURATON:-2500}" blinky_duration="${BLINKY_DURATON:-2500}"
blinky_mode="${BLINKY_MODE:-$1}" blinky_mode="${BLINKY_MODE:-$1}"
@ -15,7 +15,10 @@ temperature_critical="${BLINKY_TEMPERATURE_CRITICAL:-90000}"
threshold_upper="${BLINKY_THRESHOLD_UPPER:-66}" threshold_upper="${BLINKY_THRESHOLD_UPPER:-66}"
threshold_lower="${BLINKY_THRESHOLD_LOWER:-33}" threshold_lower="${BLINKY_THRESHOLD_LOWER:-33}"
thermal_zones=( thermal_zones=(
"*" "0"
"1"
"2"
"3"
) )
############# #############