From e284747f8e1ebf8b1b6298cb4f56837069eeec54 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 14 Feb 2024 22:23:50 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 57649c66..02ea12e2 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -382,7 +382,7 @@ AVERAGETEMP(){ else WHERE="sensorid=${sensorid}" fi - + echo $WHERE if [[ "${daysback^^}" = *"M"* ]]; then interval="${avgdays::-1} MINUTE" elif [[ "${daysback^^}" = *"H"* ]]; then