diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-09-13 08:58:06 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-09-13 08:58:24 -0400 |
commit | 077112b718eb29aecf331b1e703e7e90d8538e6c (patch) | |
tree | 5eab58517501dce8c79101bb7740c5000c506511 /roles/obs/templates/bbb | |
parent | 366d6aec267f543f9a7b928778a09b80852346f3 (diff) | |
download | emacsconf-ansible-077112b718eb29aecf331b1e703e7e90d8538e6c.tar.xz emacsconf-ansible-077112b718eb29aecf331b1e703e7e90d8538e6c.zip |
add some more scripts, change 2022 to emacsconf_year
Diffstat (limited to '')
-rwxr-xr-x | roles/obs/templates/bbb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/obs/templates/bbb b/roles/obs/templates/bbb index 74c6976..240a122 100755 --- a/roles/obs/templates/bbb +++ b/roles/obs/templates/bbb @@ -1,5 +1,5 @@ #!/bin/bash -# Play intro (or display in-between slide and wait for input), then play files +# Open the Big Blue Button room using the backstage link # {{ ansible_managed }} # Kill the background music if playing @@ -10,5 +10,4 @@ fi # Update the overlay SLUG=$1 overlay $SLUG -# Play the video firefox https://media.emacsconf.org/{{ emacsconf_year }}/backstage/current/room/$SLUG |