From 4e82355051d93b6c774052bec38a74395a67ccb7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 18:42:50 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 3cf269e1..ecf8c75e 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -298,8 +298,7 @@ CHECKTEMP_SERVICE(){ declare -A last_temp echo -e "($(date +'%Y-%m-%d %H:%M:%S')) - 'Check Temp' Service Startup" >> ${PW_LOGFILE} while true; do - echo starting - start=`date +%s` + echo starting; start=`date +%s` source ${PW_FOLDER}/defaults.inc # time="$(date +%H)$(date +%M)"