This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/docker/root_files/elastic-dump.sh
Sybren A. Stüvel f530d7c344 Updated elastic-dump.sh for new usage
See Open Data, commit 1f4a0f0ce3faf147f622f05be1432bc38a570fbe
2018-08-23 11:54:32 +02:00

5 lines
80 B
Bash
Executable File

#!/bin/bash -e
cd /var/www/opendata
pipenv run ./manage.py elastic_dump "${@}"