forked from extern/docker
5 lines
111 B
Bash
5 lines
111 B
Bash
#!/bin/sh
|
|
/bin/mount -o remount,exec /tmp
|
|
|
|
[ ! -f /opt/docker-bbb/setup-executed ] && /opt/docker-bbb/setup.sh
|