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.*