From 6b169339b3665d8f53c0480b121a592b7bdfd48a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 14:43:03 +0000 Subject: [PATCH] GitHub bot: sanitize (spaces + LF endings) & chmod --- ente/Dockerfile | 2 +- ente/rootfs/etc/cont-init.d/99-run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ente/Dockerfile b/ente/Dockerfile index 66e88ee1a..d23cc9287 100644 --- a/ente/Dockerfile +++ b/ente/Dockerfile @@ -8,7 +8,7 @@ # ' - _.' ``'--. # d '---` .-'""` # /` -#=== Home Assistant Add‑on – ENTE (server + web UI) ===# +#=== Home Assistant Add‑on – ENTE (server + web UI) ===# ######################################################## # 0 ▸ Build the ente‑web static front‑end (multi‑stage) # diff --git a/ente/rootfs/etc/cont-init.d/99-run.sh b/ente/rootfs/etc/cont-init.d/99-run.sh index 497a618fc..305cd44c9 100755 --- a/ente/rootfs/etc/cont-init.d/99-run.sh +++ b/ente/rootfs/etc/cont-init.d/99-run.sh @@ -232,7 +232,7 @@ start_web() { return 1 fi - bashio::log.info "Starting Ente web (nginx, ports 3000‑3004)..." + bashio::log.info "Starting Ente web (nginx, ports 3000‑3004)..." nginx -c "$WEB_NGINX_CONF" -g 'daemon off;' & WEB_PID=$! }