forked from extern/docker
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
[ ! -f /opt/docker-bbb/setup-executed ] && /opt/docker-bbb/setup.sh
|