Update temp.inc.sh

This commit is contained in:
2024-02-06 22:20:11 -06:00
parent 2e1448ffe2
commit a855ffb3e3

View File

@@ -26,6 +26,7 @@ CHECKTEMP(){
start=`date +%s`
cw=25
cdt=$(date +%Y-%m-%d-%H-%M-%S)
REPORT=0
while [ $# -gt 0 ]; do
case "$1" in
-a|-avg) avgdays=${2};;