From 069faa91f8e26d9b2e28ee57716217da0eb53ebe Mon Sep 17 00:00:00 2001 From: velvettear Date: Wed, 14 Apr 2021 23:11:15 +0200 Subject: [PATCH] fixed type environment variable --- scripts/blinky-feed.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/blinky-feed.sh b/scripts/blinky-feed.sh index a39ae24..11b328a 100755 --- a/scripts/blinky-feed.sh +++ b/scripts/blinky-feed.sh @@ -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" ) #############