bugfix: adds bucket name configuration into the .env file

This commit is contained in:
Tomasz Dłuski
2020-09-05 13:58:45 +02:00
parent bddbec77f1
commit eebc9d0c46
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
source .env
set -o allexport; source .env; set +o allexport
pip install Minio
python ./create_bucket.py