diff --git a/release_version.txt b/release_version.txt index 0ac8b22..2a35105 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.6.3F2,homestore /works/cvtt ownership moved to cvtt +1.6.3F3,homestore /works/cvtt ownership moved to cvtt diff --git a/scripts/mkt_data/checklists/eqty_md_chcklst.sh b/scripts/mkt_data/checklists/eqty_md_chcklst.sh index 4563a46..5c0c7d2 100755 --- a/scripts/mkt_data/checklists/eqty_md_chcklst.sh +++ b/scripts/mkt_data/checklists/eqty_md_chcklst.sh @@ -52,9 +52,9 @@ function cleanup { trap cleanup EXIT echo "## :fire: EQUITY MD HEALTH CHECK" >> ${tmpfile} -echo '```' >> ${tmpfile} -run_checklist >> ${tmpfile} -echo '```' >> ${tmpfile} +echo '```' | tee -a ${tmpfile} +run_checklist | tee -a ${tmpfile} +echo '```' | tee -a ${tmpfile} cat ${tmpfile} | ${Sender} ${StatusChannel}