diff --git a/powerwall.sh b/powerwall.sh index 5dd662cb..f995ba70 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -194,7 +194,7 @@ SENDDAILY(){ CHECKTEMP_SERVICE(){ cw=20 declare -A last_temp - echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - ---- - ---- - Service Startup" >> ${PW_LOGFILE} + echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - ---- - ---- - 'Check Temp' Service Startup" >> ${PW_LOGFILE} while true; do # start=`date +%s` # time="$(date +%H)$(date +%M)"