From f1544653f7de912d5c3bd4dd092e83b9e55c4c83 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Jul 2022 22:23:21 +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 59098a7a9..d29285f58 100644 --- a/wger/rootfs/run.sh +++ b/wger/rootfs/run.sh @@ -14,4 +14,4 @@ ln -s "$LOCATION"/database.sqlite /home/wger/db python3 manage.py migrate || true echo "Launch app" -sudo -H -u wger bash -c 'exec /home/wger/entrypoint.sh' +su -l wger -s /bin/bash -c "exec /home/wger/entrypoint.sh"