Update run.sh

This commit is contained in:
Alexandre
2022-07-09 22:01:52 +02:00
committed by GitHub
parent fa7c837e0a
commit 4114a4983c

View File

@@ -13,4 +13,4 @@ rm /home/wger/db/database.sqlite &>/dev/null || true
ln -s "$LOCATION"/database.sqlite /home/wger/db
echo "Launch app"
su -u wger bash -c /./home/wger/entrypoint.sh
su -c "/./home/wger/entrypoint.sh" -s /bin/bash wger