Update run.sh

This commit is contained in:
Alexandre
2022-07-10 08:47:51 +02:00
committed by GitHub
parent 8f8c033786
commit a9a8136379

View File

@@ -13,7 +13,7 @@ chmod -R 777 "$LOCATION"
ln -s "$LOCATION"/database.sqlite /home/wger/db
echo "Launch app"
su -m wger -c "\
su -l wger -c "\
python3 manage.py migrate || true && \
DOCKER_DIR=./extras/docker/development && \
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi && \