This commit is contained in:
2023-12-30 14:39:00 -06:00
parent 3f2cb4b0de
commit 5843a935b8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.5.88-12302023'
VERS='2.5.89-12302023'
noheader=' update service dailytemp confsync '

View File

@@ -286,7 +286,7 @@ CHECKTEMP_SERVICE(){
# fi
SENSORS_CHECKED=()
for SENSORa in ${PW_SENSOR_ORD[@]}; do
CHECKTEMP_SERVICE_RUNSENSOR ${SENSORa} ####&
CHECKTEMP_SERVICE_RUNSENSOR ${SENSORa} &
SENSORS_CHECKED+=(${SENSORa})
done
s_count=0; completed=false; scanstart=$(date +%s)