Update run.sh

This commit is contained in:
Alexandre
2022-07-10 08:28:07 +02:00
committed by GitHub
parent f2874bcb1b
commit 7426bdee9d

View File

@@ -17,7 +17,7 @@ fi
chown -R wger "$LOCATION"
chmod -R 777 "$LOCATION"
rm /home/wger/db/database.sqlite &>/dev/null || true
rm /home/wger/db/database.sqlite || true
ln -s "$LOCATION"/database.sqlite /home/wger/db
python3 manage.py migrate || true