Update powerwall.sh

This commit is contained in:
2023-08-14 21:19:19 -05:00
parent 64d31d493e
commit e99a461fbe

View File

@@ -28,7 +28,7 @@ CHECKTEMP(){
if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "esxi" ]; then
vHOSTIP=${PW_HOST_IDRACS[${SENSOR}]}
vHOSTNAME=${PW_ESXI_HOST_NAMES[${vHOSTIP}]}
echo -e "\r\033[K${idsCL[LightCyan]}${idsST[Bold]}${SENSOR} Host Sensors ${idsST[Reset]}- ${vHOSTIP}${idsCL[Default]}"
echo -e "\r\033[K${idsCL[LightCyan]}${idsST[Bold]}${SENSOR} Host Sensors ${idsST[Reset]}${idsCL[LightCyan]}- ${vHOSTIP}${idsCL[Default]}"
echo -en "${idsCL[Yellow]}Pulling data and calculating averages for '${SENSOR}' ..."
if [ "$(CHECK_HOST ${vHOSTIP})" != "false" ]; then