Add a sleep of 2 seconds

The database needs some time to shut down
This commit is contained in:
Andreas Zweili 2023-07-18 20:58:49 +02:00
parent 986434de8d
commit e36dd53c6b
1 changed files with 1 additions and 0 deletions

1
dev.sh
View File

@ -38,6 +38,7 @@ setup () {
touch .direnv/first_run
fi
overmind quit
sleep 2
}