diff options
Diffstat (limited to 'legacy/docker/push_db.sh')
-rwxr-xr-x | legacy/docker/push_db.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/legacy/docker/push_db.sh b/legacy/docker/push_db.sh new file mode 100755 index 00000000..50341eac --- /dev/null +++ b/legacy/docker/push_db.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cd ${QTIP_DIR} && python qtip/utils/dashboard/pushtoDB.py |