Update temp.inc.sh
This commit is contained in:
@@ -387,7 +387,7 @@ CHECKTEMP_SERVICE(){
|
|||||||
if [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "cpu" ]; then
|
if [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "cpu" ]; then
|
||||||
GAUGESH='%'
|
GAUGESH='%'
|
||||||
elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "system" ] && [[ "${SENSORa}" = *"FAN"* ]]; then
|
elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "system" ] && [[ "${SENSORa}" = *"FAN"* ]]; then
|
||||||
GAUGESH="'RPM"
|
GAUGESH="'R"
|
||||||
else
|
else
|
||||||
GAUGESH="'F"
|
GAUGESH="'F"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user