From 0845fe596dc077ba25d7ce2d566bb52c1ed2dd0c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:55:05 +0000 Subject: [PATCH] GitHub bot: sanitize (spaces + LF endings) & chmod --- ente/Dockerfile | 2 +- ente/rootfs/etc/cont-init.d/99-run.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 ente/rootfs/etc/cont-init.d/99-run.sh diff --git a/ente/Dockerfile b/ente/Dockerfile index 0c4d9a56c..5c64ef572 100644 --- a/ente/Dockerfile +++ b/ente/Dockerfile @@ -102,7 +102,7 @@ LABEL \ org.opencontainers.image.version=${BUILD_VERSION} ################# -# 6 Finish line # +# 6 Finish line # ################# # S6 will pick up run scripts from /etc/services.d supplied in rootfs # and launch: › minio › museum API › (optional) web‑UI diff --git a/ente/rootfs/etc/cont-init.d/99-run.sh b/ente/rootfs/etc/cont-init.d/99-run.sh old mode 100644 new mode 100755