From 81e373d6fb681607faea820c9427212a16cfbbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82uski?= Date: Sat, 5 Sep 2020 16:14:53 +0200 Subject: [PATCH] Update run_create_bucket.sh --- run_create_bucket.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_create_bucket.sh b/run_create_bucket.sh index 585f97a..3c3f602 100644 --- a/run_create_bucket.sh +++ b/run_create_bucket.sh @@ -2,5 +2,5 @@ set -o allexport; source .env; set +o allexport -pip install Minio -python ./create_bucket.py \ No newline at end of file +pip3 install Minio +python3 ./create_bucket.py