Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 96247c1248 |
+1
-1
@@ -1 +1 @@
|
|||||||
1.6.3F2,homestore /works/cvtt ownership moved to cvtt
|
1.6.3F3,homestore /works/cvtt ownership moved to cvtt
|
||||||
|
|||||||
@@ -52,9 +52,9 @@ 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}
|
||||||
|
|
||||||
cat ${tmpfile} | ${Sender} ${StatusChannel}
|
cat ${tmpfile} | ${Sender} ${StatusChannel}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user