Update temp.inc.sh

This commit is contained in:
2024-11-09 22:44:37 -06:00
parent a4a80a4d0b
commit 1589ede664

View File

@@ -33,7 +33,7 @@ FAN: ${PW_FANINPUT}" 1
fi
}
CHECKTEMP(){
start=`date +%s`
# start=`date +%s`
cw=25
cdt=$(date +%Y-%m-%d-%H-%M-%S)
REPORT=0; DETAILS=0; exclude=''
@@ -645,7 +645,7 @@ CHECKTEMP(){
done
fi
rm -f ${PW_TMPFOLDER}/.fanspeed.*
[ "${avgdays}" != "" ] && [ ${REPORT} -eq 0 ] && end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}runtime: ${runtime}s"
# [ "${avgdays}" != "" ] && [ ${REPORT} -eq 0 ] && end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}runtime: ${runtime}s"
[ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
}