2011-01-09, 07:03
thetrain Wrote:Here is what I'm using and it is working correctly.
Code:<cputempcommand>echo "$(sensors -u coretemp-isa-0000 | grep temp1_input | awk '{print $2 }' |awk '{printf("%d\n",$1 + 0.5);}') C"</cputempcommand>
I'm using an AOpen MP45 system.
Thanks, that worked. I see there were some slight changes from the string I was trying.