GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-15 19:35:44 +00:00
parent 211bcc6556
commit 9fd4268b39
5 changed files with 9 additions and 9 deletions

View File

@@ -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
View 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
View File

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

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