Skip to content

Commit e52a77f

Browse files
authored
Merge pull request tariqbuilds#420 from Q-Max/master
fix tariqbuilds#393
2 parents 2237e71 + 5222d0d commit e52a77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/modules/shell_files/cpu_temp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ `which sensors` ]; then
77
#intel
88
elif [[ "${returnString/"core"}" != "${returnString}" ]] ; then
99
fromcore=${returnString##*"coretemp"}
10-
echo ${fromcore##*Physical} | cut -d ' ' -f 3 | cut -c 2-5
10+
echo ${fromcore##*Core} | cut -d ' ' -f 2 | cut -c 2-5
1111
fi
1212
else
1313
echo "[]"

0 commit comments

Comments
 (0)