Update temp.inc.sh
This commit is contained in:
@@ -1609,6 +1609,7 @@ SENDTEMP(){
|
||||
if [ "${PW_SENSOR_TYPE[${SENSORa}]}" != "esxi" ] && ([ "${PW_SENSOR_TYPE[${SENSORa}]}" == "lacrosse" ] || ([ "${PW_REMOTE_SENSORS[${SENSORa}]}" != "" ] && [ "$(CHECK_HOST ${PW_REMOTE_SENSORS[${SENSORa}]})" != "false" ])); then
|
||||
SENSORS_CHECK=(${SENSORa})
|
||||
for SENSOR in "${SENSORS_CHECK[@]}"; do
|
||||
echo "HERE: ${SENSOR} - ${SENSORa}"
|
||||
if [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "cpu" ]; then
|
||||
GAUGESH="'%"
|
||||
elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "system" ] && [[ "${SENSOR}" = *"FAN"* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user