From 270ba99cf5d4561a4a048fe75b83fc7fcd99aa57 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 15 Aug 2023 18:44:14 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 826bd400..f6ffa3b7 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -276,7 +276,7 @@ CHECKTEMP_SERVICE(){ elif [ ${last_temp[${SENSOR}]} -eq 0 ]; then SENDNOTICE "${SENSOR} TEMP NORMAL" "($datetime) Service Startup - # NORMAL TEMP: ${temp_f}'F" +NORMAL TEMP: ${temp_f}'F" echo -e "($datetime) - ${temp_f}'F - Service Startup - NORMAL TEMP" >> ${logtemp} echo -e "($datetime) - ${temp_f}'F - ${SENSOR} - Service Startup" >> ${PW_LOGFILE} [ "$(compgen -G "${PW_FOLDER}/shutdown.*")" != "" ] && rm -f ${PW_FOLDER}/shutdown.*