From 8a480ac9b2e98aeebf8dce1fa7ea7543f681854c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 23 Oct 2023 09:07:55 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 2c2e1586..5baf6fad 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -157,7 +157,6 @@ AVERAGETEMP(){ if [ "${PW_SENSOR_TYPE[${sensorid}]}" == "esxi" ]; then entityid=($(${mysql_conn} -e "SELECT id FROM servermonitor.entities WHERE BINARY name='${3}' AND sensorid='${sensorid}'")) entityid=${entityid[1]} - echo "HERE: ${3} - ${entityid}" WHERE="sensorid=${sensorid} AND entity=${entityid}" else WHERE="sensorid=${sensorid}"