From 2d3eb41630ec671227f7c13edc33f79f7df753d2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:52:47 +0200 Subject: [PATCH] Change entrypoint execution to use 'su' command --- wger/rootfs/etc/cont-init.d/90-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wger/rootfs/etc/cont-init.d/90-run.sh b/wger/rootfs/etc/cont-init.d/90-run.sh index 2871eba9e..ef4cb3c3f 100755 --- a/wger/rootfs/etc/cont-init.d/90-run.sh +++ b/wger/rootfs/etc/cont-init.d/90-run.sh @@ -42,4 +42,4 @@ nginx || true & true bashio::log.info "Starting entrypoint" -/./home/wger/entrypoint.sh +su -p -s /bin/bash wger -c "/home/wger/entrypoint.sh"