From 1551150edebdbdb2457b2066adf18ae5bef5979d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 14 Jul 2023 14:20:08 +0200 Subject: [PATCH] Move the overmind quit command ouf of the if clause --- dev.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index 2738407..fc8a532 100755 --- a/dev.sh +++ b/dev.sh @@ -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 () {