From ec6ff331447d56a56a79fdcf5cb73e647d1e700a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 19 Dec 2023 22:42:26 -0600 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 f6528626..963989f7 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -83,7 +83,7 @@ CHECKTEMP(){ fi done end=`date +%s`; runtime=$((end-start)); echo -e "\nruntime: ${runtime}" - [ "${PW_ACTION}" != "" ] && echo "${idsCL[Default]}" + [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}" } CHECKTEMPSENSOR(){