Update temp.inc.sh

This commit is contained in:
2023-12-19 22:42:26 -06:00
parent d98ee8b372
commit ec6ff33144

View File

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