Update temp.inc.sh

This commit is contained in:
2025-07-19 15:15:46 -05:00
parent 8483f70db3
commit 4fae74a0e2

View File

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