Add missing files

This commit is contained in:
nolash
2021-04-15 15:43:54 +02:00
parent e1d4ddae39
commit c3ca86fcf4
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
>&2 echo executing database migration
python scripts/migrate.py -c /usr/local/etc/cic-cache --migrations-dir /usr/local/share/cic-cache/alembic -vv
set +e

View File

@@ -0,0 +1,5 @@
#!/bin/bash
. ./db.sh
/usr/local/bin/cic-cache-trackerd $@