From c82a8a369749199029e82bfb9f0a8bcbda51fb32 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 10 Jul 2022 10:52:25 +0200 Subject: [PATCH] Update run.sh --- wger/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wger/rootfs/run.sh b/wger/rootfs/run.sh index 9ba81a658..0581cd20c 100644 --- a/wger/rootfs/run.sh +++ b/wger/rootfs/run.sh @@ -19,4 +19,4 @@ chown -R wger:wger "/home/wger" chmod -R 777 "$LOCATION" echo "Launch app" -su wger -c "/bin/sh /home/wger/entrypoint.sh" +su -l wger -c "/bin/sh /home/wger/entrypoint.sh"