diff --git a/powerwall.sh b/powerwall.sh index cec4ea14..38ca6929 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -596,6 +596,7 @@ CHECKPOWER(){ until [ "${checked}" != "" ]; do for hostfile in ${PW_TMPFOLDER}/*.hostpower; do + echo "HERE: $hostfile" if [ -f ${hostfile} ] && [ "${hostfile}" != ${PW_TMPFOLDER}/*.hostpower ]; then host=${hostfile%.*}; host=${host##*/} if [ "${host}" != "*" ]; then