1
0
Fork 0
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:
Sean Morley 2024-04-18 23:48:07 +00:00
parent d9cd78fc76
commit a2c5b435e2

View file

@ -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