summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Näslund <victor@sunet.se>2022-11-13 04:19:17 +0100
committerVictor Näslund <victor@sunet.se>2022-11-13 04:19:17 +0100
commit60029b36e9bdd773be923a3cd7d5d30170c669b3 (patch)
tree6dec95513aec5dc9610244a5f9673011a46e5a28
parentf7a40b9e13d242968db83acaac13660224eb0143 (diff)
added mkdir data folder
-rwxr-xr-xdev-run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-run.sh b/dev-run.sh
index 4d0aa2b..df337d8 100755
--- a/dev-run.sh
+++ b/dev-run.sh
@@ -5,6 +5,7 @@ mypy --strict --namespace-packages --ignore-missing-imports --cache-dir=/tmp/ s
black --line-length 120 src/collector/*.py # || exit 1
pylint --max-line-length 120 src/collector/*.py # || exit 1
+mkdir -p data/mongodb_data
sudo chown -R $USER data/mongodb_data
docker-compose -f docker-compose.yml build