mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-02 19:55:18 +02:00
Fix setup_admin_user function call in startup.sh
This commit is contained in:
parent
d9cd78fc76
commit
a2c5b435e2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if [ -z "$SKIP_DB_WAIT" ] || [ "$SKIP_DB_WAIT" = "false" ]; then
|
|||
fi
|
||||
|
||||
# Wait for the database to start up
|
||||
setup_admin_user
|
||||
|
||||
|
||||
# generate the schema
|
||||
# npm run generate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue