From 8c6e62c3abb047e1028c9cb3db97fdbdcf0f1c24 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 19:33:10 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 09a3f136..89203428 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -320,7 +320,7 @@ CHECKTEMP_SERVICE(){ SENSORa=$(grep -oP '(?<=zservicerun.).*?(?=.done)' <<< "${nodestatus}") if [ "${SENSORa}" != "*" ]; then # rm -f ${sensor} && ((s_count++)) - echo ${SENSORa} + echo "${sensor} = ${SENSORa}" fi done [ ${s_count} -eq ${#SENSORS_CHECKED[@]} ] && completed=true