Update temp.inc.sh

This commit is contained in:
2025-07-19 15:17:42 -05:00
parent 0701cc2da2
commit 8df4c36f5a

View File

@@ -684,7 +684,7 @@ CHECKTEMP(){
done done
fi fi
rm -f ${PW_TMPFOLDER}/.local.fanspeed.* rm -f ${PW_TMPFOLDER}/.local.fanspeed.*
if [ ${REPORT} -eq 0 ] if [ ${REPORT} -eq 0 ]; then
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]}" [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
fi fi