Skip to content

Commit d140c7e

Browse files
committed
fix(minio): fix not bucket error
1 parent 1994298 commit d140c7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rootfs/bin/create_bucket

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
35
# shellcheck disable=SC1091
46
source /bin/normalize_storage
57
has_bucket=$(mc ls minio -json|jq -r '.key'|grep -w "${MINIO_BUCKET}")

0 commit comments

Comments
 (0)