Skip to content

Commit

Permalink
Merge pull request bigbluebutton#18780 from gustavotrott/fix-hasura-b…
Browse files Browse the repository at this point in the history
…uild-error

fix(build): Hasura installation fails on its first attempt
  • Loading branch information
antobinary authored Sep 14, 2023
2 parents e29d2d7 + 6132656 commit 5f8b244
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ case "$1" in
systemctl enable bbb-graphql-server.service
systemctl daemon-reload
startService bbb-graphql-server || echo "bbb-graphql-server service could not be registered or started"
sleep 2 #Avoid applying metadata before Hasura is ready

# Apply BBB metadata in Hasura
cd /usr/share/bbb-graphql-server
Expand Down

0 comments on commit 5f8b244

Please sign in to comment.