We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2237e71 + 5222d0d commit e52a77fCopy full SHA for e52a77f
server/modules/shell_files/cpu_temp.sh
@@ -7,7 +7,7 @@ if [ `which sensors` ]; then
7
#intel
8
elif [[ "${returnString/"core"}" != "${returnString}" ]] ; then
9
fromcore=${returnString##*"coretemp"}
10
- echo ${fromcore##*Physical} | cut -d ' ' -f 3 | cut -c 2-5
+ echo ${fromcore##*Core} | cut -d ' ' -f 2 | cut -c 2-5
11
fi
12
else
13
echo "[]"
0 commit comments