Revert "Install extensions after DB is up"

This reverts commit 2dbd27028f.

Not the right fix!

See  #21.
This commit is contained in:
Luke Murphy 2021-02-16 15:19:54 +01:00
parent 2dbd27028f
commit d3268093cc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -75,10 +75,10 @@ install_extensions() {
main() {
set -eu
init_db
install_extensions
init_db
init_composer
composer_install
}