Update powerwall.sh

This commit is contained in:
2023-10-31 22:07:21 -05:00
parent f14e38c33d
commit d0e951c69b

View File

@@ -1151,8 +1151,8 @@ HOSTPOWER(){
elif [ "${PW_ESXI_HOST_NAMES[${1}]}" != "" ]; then
tmp=${PW_ESXI_HOST_NAMES[${1}]}
idracip=${PW_HOST_IDRACS[${tmp}]}
elif [ "${PW_HOST_IDRACS[${var}]}" != "" ]; then
idracip=${PW_HOST_IDRACS[${var}]}
elif [ "${PW_HOST_IDRACS[iDS-vMS-Host${1}]}" != "" ]; then
idracip=${PW_HOST_IDRACS[iDS-vMS-Host${1}]}
elif [ "${PW_HOST_IDRACS[${1}]}" != "" ]; then
idracip=${PW_HOST_IDRACS[${1}]}
else