This commit is contained in:
2023-05-14 17:05:40 -05:00
parent 2677372f53
commit 7f93800e1d
2 changed files with 2 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ CHECKTEMP(){
CHECKTEMPSENSOR ${1}
else
for SENSOR in ${!SENSOR_ID[@]}; do
echo "HERE: ${SENSOR}-${SENSORS[${SENSOR}]}"
CHECKTEMPSENSOR ${SENSOR}
done
fi