mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-20 20:23:19 +02:00
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
![]() |
#!/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 $@
|