Compare commits

...

3 Commits

2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
1.6.3F1,homestore /works/cvtt ownership moved to cvtt
1.6.4,homestore /works/cvtt ownership moved to cvtt
@@ -52,14 +52,13 @@ 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}
echo "Sending result to ${Sender} ${StatusChannel}"
cat ${tmpfile} | ${Sender} ${StatusChannel}
exit
# homestore
echo homestore