Skip to content
Snippets Groups Projects
Verified Commit 6d7c9704 authored by Benedikt Wildenhain's avatar Benedikt Wildenhain
Browse files

Use bbb-conf to get BBB-URL instead of `hostname -f`.

parent b81195de
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -ve
# get api secret
BBB_API_URL=https://$(hostname -f)/bigbluebutton/
BBB_API_URL=$(bbb-conf --secret | grep URL | head -n1 | awk '{print $2}')
BBB_API_SECRET=$(bbb-conf --secret | grep Secret | head -n1 | awk '{print $2}')
ENV_FILE=/etc/cleanup-meeting-data/.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment