Update powerwall.sh

This commit is contained in:
2023-10-31 09:31:29 -05:00
parent 3d22ecfa95
commit 94c8650607

View File

@@ -521,11 +521,14 @@ 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 --------------------------"
fi
done
touch ${PW_TMPFOLDER}/done.hostpower
echo "DONE --------------------------"
}