Update temp.inc.sh

This commit is contained in:
2024-01-28 19:26:04 -06:00
parent af66b52450
commit fcea208a8a

View File

@@ -851,8 +851,9 @@ ESXI_FANSPEED_MGMT(){
DIVIDER . yellow
if [ "${PW_iDRACHOST_SHORTNAMES[${HOST}]}" != "" ]; then
echo -en " - ${HOST}"
tmp=${PW_iDRACHOST_SHORTNAMES[${HOST}]}
echo -en "${HOST} - ${tmp}"
echo -en " - ${tmp}"
ESXI_HOST=${PW_HOST_ADDRESSES[${tmp}]}
elif [ "${PW_ESXI_HOST_NAMES[${HOST}]}" != "" ]; then
ESXI_HOST=${HOST}