mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
11 lines
97 B
Bash
Executable File
11 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
/usr/local/bin/dind.sh &
|
|
|
|
# wait for daemon to initialize
|
|
sleep 3
|
|
|
|
exec "$@"
|