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(){