From 8779d13fc30f9646593135a394191386a9da52ab Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 19:32:18 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index b51f8c8e..8bd90e0b 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -318,8 +318,9 @@ CHECKTEMP_SERVICE(){ until [ "${completed}" == "true" ]; do for sensor in ${PW_TMPFOLDER}/zservicerun.*.done; do SENSORa=$(grep -oP '(?<=zservicerun.).*?(?=.done)' <<< "${nodestatus}") + echo ${SENSORa} if [ "${SENSORa}" != "*" ]; then - rm -f ${sensor} && ((s_count++)) + # rm -f ${sensor} && ((s_count++)) # echo "${NTS} == ${s_count} == ${nodestatus}" fi done