This commit is contained in:
2024-11-10 10:15:34 -06:00
parent 20652b2600
commit 8197cb5217
2 changed files with 5 additions and 3 deletions

View File

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