From de737b04139574850f4386e22333819da33c4f04 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:16:25 +0100 Subject: [PATCH] Fix nginx execution command in 99-run.sh --- joal/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/rootfs/etc/cont-init.d/99-run.sh b/joal/rootfs/etc/cont-init.d/99-run.sh index 0d32ec7a7..681c4d71f 100755 --- a/joal/rootfs/etc/cont-init.d/99-run.sh +++ b/joal/rootfs/etc/cont-init.d/99-run.sh @@ -126,7 +126,7 @@ bashio::log.info "... Path prefix : ${UIPATH}" bashio::log.info "... Secret token : $TOKEN" bashio::log.info "Everything loaded." -exec nginx & +nginx & ########### # TIMEOUT #