Update power.inc.sh

This commit is contained in:
2023-12-17 13:21:51 -06:00
parent e78adf017c
commit fa8d5a9d39

View File

@@ -693,7 +693,7 @@ HOSTPOWER(){
echo -e "${idsCL[Green]}"
ipmitool -I lanplus -H ${idracip} -U ${PW_ESXI_USER} -P "${PW_ESXI_PASS}" chassis power ${2,,}
else
echo -e "\n${idsCL[LightCyan]}Host is already Powered ON${idsCL[Default]}\n\n"
echo -e "\n${idsCL[LightCyan]}Host is already Powered ON${idsCL[Default]}"
fi
else