mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-15 03:49:20 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -12,4 +12,4 @@ s3:
|
|||||||
secret: "${MINIO_ROOT_PASSWORD}"
|
secret: "${MINIO_ROOT_PASSWORD}"
|
||||||
endpoint: "http://localhost:3200"
|
endpoint: "http://localhost:3200"
|
||||||
region: "eu-central-2"
|
region: "eu-central-2"
|
||||||
bucket: "${S3_BUCKET}"
|
bucket: "${S3_BUCKET}"
|
||||||
|
|||||||
16
ente/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
16
ente/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
@@ -7,12 +7,12 @@ bashio::log.info "Starting services"
|
|||||||
|
|
||||||
# Loop through each directory in /etc/services.d/
|
# Loop through each directory in /etc/services.d/
|
||||||
for dir in /etc/services.d/*; do
|
for dir in /etc/services.d/*; do
|
||||||
# Check if the directory contains a 'run' file
|
# Check if the directory contains a 'run' file
|
||||||
if [ -f "$dir/run" ]; then
|
if [ -f "$dir/run" ]; then
|
||||||
# Execute the 'run' file
|
# Execute the 'run' file
|
||||||
echo "Starting service in $dir"
|
echo "Starting service in $dir"
|
||||||
bash "$dir/run"
|
bash "$dir/run"
|
||||||
else
|
else
|
||||||
echo "No run file found in $dir"
|
echo "No run file found in $dir"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
0
ente/rootfs/etc/services.d/01-museum/run
Normal file → Executable file
0
ente/rootfs/etc/services.d/01-museum/run
Normal file → Executable file
0
ente/rootfs/etc/services.d/02-minio/run
Normal file → Executable file
0
ente/rootfs/etc/services.d/02-minio/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