Update temp.inc.sh

This commit is contained in:
2023-12-26 21:49:27 -06:00
parent ed5f5d75af
commit 35a3beb37d

View File

@@ -662,9 +662,9 @@ SENDTEMP(){
# fi
for SENSOR in "${SENSORS_CHECK[@]}"; do
if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "cpu" ]; then
if [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "cpu" ]; then
GAUGESH="'%"
elif [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "system" ] && [[ "${SENSOR}" = *"FAN"* ]]; then
elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "system" ] && [[ "${SENSOR}" = *"FAN"* ]]; then
GAUGESH="'R"
else
GAUGESH="'F"