GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-16 07:12:40 +00:00
parent ad18972193
commit 5535da16b6
3 changed files with 2 additions and 2 deletions

View File

@@ -74,11 +74,11 @@ S3_BUCKET="$(bashio::config 'S3_BUCKET')"
bashio::log.info "Waiting for MinIO API…"
until /usr/local/bin/mc alias set h0 http://localhost:3200 "${MINIO_USER}" "${MINIO_PASS}" 2>/dev/null; do
sleep 1
sleep 1
done
bashio::log.info "Ensuring bucket ${S3_BUCKET} exists…"
/usr/local/bin/mc mb -p "h0/${S3_BUCKET}" || true
bashio::log.info "MinIO bucket ready."
sleep infinity
sleep infinity

0
ente/rootfs/etc/services.d/02-museum/run Normal file → Executable file
View File

0
ente/rootfs/etc/services.d/03-web/run Normal file → Executable file
View File