Update powerwall.sh

This commit is contained in:
2023-11-07 09:50:13 -06:00
parent c8efdc68c0
commit 6035eaf21d

View File

@@ -37,7 +37,7 @@ CHECKTEMP(){
for SENSOR in ${PW_SENSOR_ORD[@]}; do
if [ "${search}" == "" ] || [[ "${SENSOR,,}" =~ *"${search,,}"* ]]; then
if [ "${search}" == "" ] || [[ "${SENSOR,,}" = *"${search,,}"* ]]; then
if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "esxi" ]; then
vHOSTiDRACIP=${PW_HOST_IDRACS[${SENSOR}]}