Compare commits

..

2 Commits

Author SHA1 Message Date
oleg 0eded0e6da homestore /works/cvtt ownership moved to cvtt 2024-09-02 16:56:43 -04:00
oleg 96247c1248 homestore /works/cvtt ownership moved to cvtt 2024-09-02 16:52:19 -04:00
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
1.6.3F2,homestore /works/cvtt ownership moved to cvtt 1.6.4,homestore /works/cvtt ownership moved to cvtt
@@ -52,10 +52,11 @@ function cleanup {
trap cleanup EXIT trap cleanup EXIT
echo "## :fire: EQUITY MD HEALTH CHECK" >> ${tmpfile} echo "## :fire: EQUITY MD HEALTH CHECK" >> ${tmpfile}
echo '```' >> ${tmpfile} echo '```' | tee -a ${tmpfile}
run_checklist >> ${tmpfile} run_checklist | tee -a ${tmpfile}
echo '```' >> ${tmpfile} echo '```' | tee -a ${tmpfile}
echo "Sending result to ${Sender} ${StatusChannel}"
cat ${tmpfile} | ${Sender} ${StatusChannel} cat ${tmpfile} | ${Sender} ${StatusChannel}
exit exit