Update powerwall.sh
This commit is contained in:
@@ -36,7 +36,7 @@ CHECKTEMP(){
|
||||
DIVIDER . yellow 90
|
||||
|
||||
for SENSOR in ${PW_SENSOR_ORD[@]}; do
|
||||
|
||||
echo "${SENSOR,,} =~ ${search,,}"
|
||||
if [ "${search}" == "" ] || [[ "${SENSOR,,}" =~ *"${search,,}"* ]]; then
|
||||
|
||||
if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "esxi" ]; then
|
||||
|
||||
Reference in New Issue
Block a user