Fix gpu_info
This commit is contained in:
parent
127bfd0963
commit
bb09789e87
@ -5,11 +5,11 @@ if [ -z "${check_sensor}" ] ; then
|
|||||||
check_sensor=$(sensors | grep "junction:" 2> /dev/null)
|
check_sensor=$(sensors | grep "junction:" 2> /dev/null)
|
||||||
if [ -z "${check_sensor}" ] ; then
|
if [ -z "${check_sensor}" ] ; then
|
||||||
echo "N/A°C"
|
echo "N/A°C"
|
||||||
else
|
|
||||||
TEMP=$(sensors | grep 'Package id 0:\|edge' | grep ':[ ]*+[0-9]*.[0-9]*°C' -o | grep '+[0-9]*.[0-9]*°C' -o)
|
|
||||||
echo "$TEMP"
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
TEMP=$(sensors | grep 'Package id 0:\|junction' | grep ':[ ]*+[0-9]*.[0-9]*°C' -o | grep '+[0-9]*.[0-9]*°C' -o)
|
TEMP=$(sensors | grep 'Package id 0:\|junction' | grep ':[ ]*+[0-9]*.[0-9]*°C' -o | grep '+[0-9]*.[0-9]*°C' -o)
|
||||||
echo "$TEMP"
|
echo "$TEMP"
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
TEMP=$(sensors | grep 'Package id 0:\|edge' | grep ':[ ]*+[0-9]*.[0-9]*°C' -o | grep '+[0-9]*.[0-9]*°C' -o)
|
||||||
|
echo "$TEMP"
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user