Update powerwall.sh
This commit is contained in:
@@ -1144,11 +1144,15 @@ HOSTPOWER(){
|
|||||||
echo -e "\n${idsCL[Yellow]}Host Power Control"
|
echo -e "\n${idsCL[Yellow]}Host Power Control"
|
||||||
DIVIDER . yellow 75
|
DIVIDER . yellow 75
|
||||||
|
|
||||||
|
var=iDS-vMS-Host${1}
|
||||||
|
|
||||||
if [ "${PW_iDRACHOST_SHORTNAMES[${1}]}" != "" ]; then
|
if [ "${PW_iDRACHOST_SHORTNAMES[${1}]}" != "" ]; then
|
||||||
idracip=${1}
|
idracip=${1}
|
||||||
elif [ "${PW_ESXI_HOST_NAMES[${1}]}" != "" ]; then
|
elif [ "${PW_ESXI_HOST_NAMES[${1}]}" != "" ]; then
|
||||||
tmp=${PW_ESXI_HOST_NAMES[${1}]}
|
tmp=${PW_ESXI_HOST_NAMES[${1}]}
|
||||||
idracip=${PW_HOST_IDRACS[${tmp}]}
|
idracip=${PW_HOST_IDRACS[${tmp}]}
|
||||||
|
elif [ "${PW_HOST_IDRACS[${!var}]}" != "" ]; then
|
||||||
|
idracip=${PW_HOST_IDRACS[${!var}]}
|
||||||
elif [ "${PW_HOST_IDRACS[${1}]}" != "" ]; then
|
elif [ "${PW_HOST_IDRACS[${1}]}" != "" ]; then
|
||||||
idracip=${PW_HOST_IDRACS[${1}]}
|
idracip=${PW_HOST_IDRACS[${1}]}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user