diff --git a/defaults.inc b/defaults.inc index a2497585..c62a4486 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.2.45-08182023' +VERS='2.2.50-08182023' noheader=' update service dailytemp ' diff --git a/powerwall.sh b/powerwall.sh index 76be9f16..68fe9b50 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -146,7 +146,7 @@ AVERAGETEMP(){ CHECKTEMP_SERVICE(){ cw=20 declare -A last_temp - # while true; do + while true; do for SENSORa in ${PW_SENSOR_ORD[@]}; do logtemp=${PW_LOGFOLDER}/log-temp-${SENSORa} @@ -348,7 +348,7 @@ NORMAL TEMP: ${temp_f}'F" sleep 10 - # done # & + done # & }