Update run_create_bucket.sh

This commit is contained in:
Tomasz Dłuski
2020-09-05 16:14:53 +02:00
committed by GitHub
parent eebc9d0c46
commit 81e373d6fb

View File

@@ -2,5 +2,5 @@
set -o allexport; source .env; set +o allexport
pip install Minio
python ./create_bucket.py
pip3 install Minio
python3 ./create_bucket.py