Update powerwall.sh

This commit is contained in:
2023-10-31 09:49:05 -05:00
parent 60d92b49d7
commit 68bf9d389d

View File

@@ -523,11 +523,9 @@ check_GETHOSTPOWER(){
until [ "${checked}" != "" ]; do
[ -f ${PW_TMPFOLDER}/${PW_HOST_IDRACS[${SENSOR}]}.hostpower.done ] && checked=good
done
echo "FOUND --------------------------"
fi
done
touch ${PW_TMPFOLDER}/done.hostpower
echo "DONE --------------------------"
}