From c16561021742bf01915c66340a4fce9307702b70 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Mar 2024 11:47:06 -0500 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 b0f1e52d..053076c2 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -927,7 +927,7 @@ Previous Temp: ${last_temp}${GAUGESH}" fi if [ "${QRY}" != "" ]; then ${mysql_conn} -e "${QRY}" - rm -f ${PW_TMPFOLDER}/${SENSOR}* + # rm -f ${PW_TMPFOLDER}/${SENSOR}* echo "${temp_f}" >| ${PW_TMPFOLDER}/.lastinsert/${SENSOR} fi # if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "lacrosse" ]; then