Update populate-db to be less hacky
This commit is contained in:
parent
1f7ddcdb33
commit
ba1b37f5fe
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ set -euo pipefail
|
||||||
|
|
||||||
cd "$(dirname "$0")/app"
|
cd "$(dirname "$0")/app"
|
||||||
cp database/* .
|
cp database/* .
|
||||||
../venv/bin/python create_database.py setup_database
|
env python create_database.py setup_database
|
||||||
rm -f add_* create_database.py muhscheme.txt
|
rm -f add_* create_database.py muhscheme.txt
|
||||||
|
|
Loading…
Reference in a new issue