Update temp.inc.sh

This commit is contained in:
2025-07-19 15:17:06 -05:00
parent 9a561a86d8
commit ca1b6523eb

View File

@@ -684,8 +684,9 @@ CHECKTEMP(){
done
fi
rm -f ${PW_TMPFOLDER}/.local.fanspeed.*
echo "HERE: ${REPORT}"
if [ ${REPORT} -eq 0 ]
end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}script runtime: ${runtime}s"
# end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}script runtime: ${runtime}s"
[ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
fi
}