diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index f73be490..e4b5f44b 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -26,7 +26,7 @@ CHECKTEMP(){ start=`date +%s` cw=25 cdt=$(date +%Y-%m-%d-%H-%M-%S) - REPORT=0; DETAILS=0 + REPORT=0; DETAILS=0; exclude='' while [ $# -gt 0 ]; do case "$1" in -a|-avg) avgdays=${2};;