This commit is contained in:
2024-02-07 09:14:24 -06:00
parent 014f89250e
commit afbfc407f3
3 changed files with 5 additions and 7 deletions

View File

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