Update powerwall.sh

This commit is contained in:
2023-05-27 16:40:55 -05:00
parent eb134893d5
commit 310baa2eac

View File

@@ -645,7 +645,7 @@ LOGROTATE(){
TEST(){
temptotal=0
daysback=2
daysback=${1}
logsfound=0;
while IFS=$'\t' read date sensorid temp hum ;do
# echo date:$date sensorid:$sensorid temp:$temp hum:$hum