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=$! }