Skip to content
Snippets Groups Projects
Commit 2faa49d8 authored by Maxim Khlobystov's avatar Maxim Khlobystov
Browse files

Add the step to navigate to /html5client/check and check the status.

parent dbf7347d
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ if [[ $files = *"bigbluebutton-html5"* ]]; then
conf=$(docker exec $(docker ps -q) bbb-conf --secret | grep "Secret:")
secret=$(echo $conf | cut -d' ' -f2)
export BBB_SHARED_SECRET=$secret
node html5-check.js
cd ../..
curl https://install.meteor.com/ | sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment