mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -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
0
ente/rootfs/etc/services.d/02-museum/run
Normal file → Executable file
0
ente/rootfs/etc/services.d/03-web/run
Normal file → Executable file
0
ente/rootfs/etc/services.d/03-web/run
Normal file → Executable file
Reference in New Issue
Block a user