mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-23 08:33:37 +01:00
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
[ ! -f /opt/docker-bbb/setup-executed ] && /opt/docker-bbb/setup.sh
|