Update temp.inc.sh

This commit is contained in:
2025-07-19 15:17:28 -05:00
parent ca1b6523eb
commit 0701cc2da2

View File

@@ -684,9 +684,8 @@ 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
}