Update temp.inc.sh

This commit is contained in:
2024-06-30 12:15:08 -05:00
parent 51de117676
commit e2e0e10dde

View File

@@ -592,13 +592,16 @@ CHECKTEMP(){
echo -e "${idsCL[Default]}"
fi
else
echo -e " Fans are not managed for this host"
# else
# echo -e " Fans are not managed for this host"
fi
fi
fi
((t++))
done
if [ "${TTYPE}" == "fans" ] && [[ "${PW_ESXI_FANSPEEDCONTROL_HOSTS}" != *"${PW_HOST_IDRACS[${SENSOR}]}"* ]]; then
echo -e " Fans are not managed for this host"
fi
else
echo -e "${idsCL[LightCyan]} ${vHOSTNAME}${spc}${idsCL[Default]}: No Data"
fi