mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -12,4 +12,4 @@ s3:
|
||||
secret: "${MINIO_ROOT_PASSWORD}"
|
||||
endpoint: "http://localhost:3200"
|
||||
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/
|
||||
for dir in /etc/services.d/*; do
|
||||
# Check if the directory contains a 'run' file
|
||||
if [ -f "$dir/run" ]; then
|
||||
# Execute the 'run' file
|
||||
echo "Starting service in $dir"
|
||||
bash "$dir/run"
|
||||
else
|
||||
echo "No run file found in $dir"
|
||||
fi
|
||||
# Check if the directory contains a 'run' file
|
||||
if [ -f "$dir/run" ]; then
|
||||
# Execute the 'run' file
|
||||
echo "Starting service in $dir"
|
||||
bash "$dir/run"
|
||||
else
|
||||
echo "No run file found in $dir"
|
||||
fi
|
||||
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