Activate venv in {run,init}_sqlite

This commit is contained in:
David Hoppenbrouwers
2022-10-09 21:56:23 +02:00
parent e777813fb1
commit d7be7a1d24
3 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ then
exit 1
fi
. ./venv/bin/activate
export DB="$1"
export SERVER=gunicorn
export PID="$2"