Update powerwall.sh

This commit is contained in:
2023-10-31 09:28:36 -05:00
parent 7bb3e776dc
commit abefc514be

View File

@@ -594,7 +594,6 @@ CHECKPOWER(){
until [ "${checked}" != "" ]; do
for hostfile in "${PW_TMPFOLDER}/*.hostpower"; do
echo "HERE: $host = $hostfile"
if [ -f ${hostfile} ]; then
host=${hostfile%.*}; host=${host##*/}
watts=$(cat ${hostfile})