This commit is contained in:
2024-01-09 15:06:09 -06:00
parent 20e24412cc
commit b0231b23cb
3 changed files with 3 additions and 12 deletions

View File

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