From 17085ad4cef66a16c26827cddb9fb0bbee477440 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 May 2023 21:46:50 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index b179c781..d2a0c9a0 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -224,7 +224,7 @@ CHECKPOWER(){ CHECKPOWER_SERVICE(){ voltstatus=0 battstatus=0 - rm -f ${TMPFOLDER}/powerlogger.insert + # rm -f ${TMPFOLDER}/powerlogger.insert while true; do INVSTATSINFO=$(curl -s "http://10.10.0.61/stats.json") if [ "${INVSTATSINFO}" != "" ]; then