Update run.sh

This commit is contained in:
Alexandre
2022-07-10 11:00:35 +02:00
committed by GitHub
parent 54926216c6
commit 40b9ddeca4

View File

@@ -19,4 +19,4 @@ chown -R wger:wger "/home/wger"
chmod -R 777 "$LOCATION"
echo "Launch app"
su -l wger -c "/bin/sh /home/wger/entrypoint.sh"
su -l wger -c "/usr/bin/env bash /home/wger/entrypoint.sh"