From f0e9b9dd7c6911b2c7eaef0eb9c7b3e6fe26895f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:15:34 +0200 Subject: [PATCH] mc bin --- ente/rootfs/etc/cont-init.d/99-run.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ente/rootfs/etc/cont-init.d/99-run.sh b/ente/rootfs/etc/cont-init.d/99-run.sh index 793b84582..5a4c0d391 100755 --- a/ente/rootfs/etc/cont-init.d/99-run.sh +++ b/ente/rootfs/etc/cont-init.d/99-run.sh @@ -145,9 +145,11 @@ wait_minio_ready_and_bucket() { until "$MC_BIN" alias set h0 http://127.0.0.1:3200 "$MINIO_USER" "$MINIO_PASS" 2>/dev/null; do sleep 1 done - bashio::log.info "Ensuring bucket ${S3_BUCKET}..." - "$MC_BIN" mb -p "h0/${S3_BUCKET}" || true - bashio::log.info "MinIO bucket ready." + bashio::log.info "Ensuring bucket..." + "$MC_BIN" mb -p b2-eu-cen || true + "$MC_BIN" mb -p wasabi-eu-central-2-v3 || true + "$MC_BIN" mb -p scw-eu-fr-v3 || true + bashio::log.info "MinIO bucket ready." } start_web() {