From ac105a9584531fd9e0948f2190fb8e5d290aa10b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 10 Jul 2022 11:21:33 +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 4d7e8c77f..699b625a1 100644 --- a/wger/rootfs/run.sh +++ b/wger/rootfs/run.sh @@ -24,4 +24,4 @@ echo "Launch app" sed -i "1a cd /home/wger/src" /home/wger/entrypoint.sh #sed -i "s|manage.py|/home/wger/src/manage.py|g" /home/wger/entrypoint.sh #sed -i "s|wger bootstrap|/home/wger/src/wger bootstrap|g" /home/wger/entrypoint.sh -su wger -c "/usr/bin/env bash /home/wger/entrypoint.sh" +su wger -c "/bin/bash /home/wger/entrypoint.sh"