mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-24 16:26:04 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -74,7 +74,7 @@ S3_BUCKET="$(bashio::config 'S3_BUCKET')"
|
|||||||
|
|
||||||
bashio::log.info "Waiting for MinIO API…"
|
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
|
until /usr/local/bin/mc alias set h0 http://localhost:3200 "${MINIO_USER}" "${MINIO_PASS}" 2>/dev/null; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
bashio::log.info "Ensuring bucket ${S3_BUCKET} exists…"
|
bashio::log.info "Ensuring bucket ${S3_BUCKET} exists…"
|
||||||
|
|||||||
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