Update powerwall.sh

This commit is contained in:
2023-10-31 09:31:48 -05:00
parent 94c8650607
commit f0ec8d8a48

View File

@@ -521,7 +521,6 @@ check_GETHOSTPOWER(){
if [ "${PW_HOST_IDRACS[${SENSOR}]}" != "" ]; then
checked=""
until [ "${checked}" != "" ]; do
echo waiting
[ -f ${PW_TMPFOLDER}/${PW_HOST_IDRACS[${SENSOR}]}.hostpower ] && checked=good
done
echo "FOUND --------------------------"