parent
2f9049e6e6
commit
7720153799
6 changed files with 44 additions and 1 deletions
@ -0,0 +1,6 @@ |
||||
#!/bin/bash -e |
||||
|
||||
set -o allexport |
||||
. {{ mayan_root_dir }}/config/.env |
||||
set +o allexport |
||||
{{ mayan_root_dir }}/venv/bin/python {{ mayan_root_dir }}/venv/bin/mayan-edms.py $@ |
Loading…
Reference in new issue