Move the overmind quit command ouf of the if clause

This commit is contained in:
Andreas Zweili 2023-07-14 14:20:08 +02:00
parent 64ddd7ef66
commit 1551150ede
1 changed files with 2 additions and 1 deletions

3
dev.sh
View File

@ -35,8 +35,9 @@ setup () {
python ./src/manage.py loaddata softwares
python ./src/manage.py shell -c "from django.contrib.auth import get_user_model; User = get_user_model(); User.objects.create_superuser('admin', 'admin@example.com', 'password')"
touch .direnv/.second_run
overmind quit
fi
overmind quit
}
venv () {