Update run.sh

This commit is contained in:
Alexandre
2022-07-09 22:23:21 +02:00
committed by GitHub
parent 5396b4cf5d
commit f1544653f7

View File

@@ -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"