From a2c5b435e21f1cb1eede69d58a29c94a78a1ea7e Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Thu, 18 Apr 2024 23:48:07 +0000 Subject: [PATCH] Fix setup_admin_user function call in startup.sh --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index d6991f1..2eafe63 100644 --- a/startup.sh +++ b/startup.sh @@ -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