Add health python helper, shell tester

This commit is contained in:
nolash
2021-04-19 11:26:43 +02:00
parent 22ec8e2e0e
commit 32e26a12f2
8 changed files with 196 additions and 0 deletions

View File

@@ -2,4 +2,9 @@
. ./db.sh
if [ $? -ne "0" ]; then
>&2 echo db migrate fail
exit 1
fi
/usr/local/bin/cic-cache-trackerd $@