Update powerwall.sh

This commit is contained in:
2023-10-31 11:47:27 -05:00
parent 8b195ac0a6
commit 3b0e83f92f

View File

@@ -594,6 +594,7 @@ CHECKPOWER(){
fi
if [ "${1}" == "" ] || [ "${1}" == "hosts" ]; then
echo "starting final check"
finalcheck=""
until [ "${finalcheck}" != "" ]; do
for hostfile in ${PW_TMPFOLDER}/*.hostpower; do