Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0eded0e6da | |||
| 96247c1248 | |||
| f61518ae20 |
+1
-1
@@ -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
|
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
|
||||||
# homestore
|
# homestore
|
||||||
echo homestore
|
echo homestore
|
||||||
|
|||||||
Reference in New Issue
Block a user