Fix apis_process_data.sh cron script
This commit is contained in:
parent
aef9aa513d
commit
e48025477f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. {{ django_venv }}/bin/activate
|
. {{ django_venv }}/bin/activate
|
||||||
{{ django_app }}/manage.py from_ldap
|
{{ django_app }}/manage.py from_ldap
|
||||||
|
{{ django_app }}/manage.py to_datasets
|
||||||
{{ django_app }}/manage.py to_ldapobjects -gs -cd
|
{{ django_app }}/manage.py to_ldapobjects -gs -cd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue