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