From ba1b37f5fe57611a95acc1b2c39ff300c16aff3b Mon Sep 17 00:00:00 2001 From: Jan-Pieter Baert Date: Tue, 19 Apr 2022 20:40:06 +0200 Subject: [PATCH] Update populate-db to be less hacky --- populate-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/populate-db.sh b/populate-db.sh index 400ce2e..5d7157c 100755 --- a/populate-db.sh +++ b/populate-db.sh @@ -3,5 +3,5 @@ set -euo pipefail cd "$(dirname "$0")/app" 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