dragonfly/hack/start-cdn.sh

10 lines
101 B
Bash
Executable File

#!/usr/bin/env sh
set -o nounset
set -o errexit
set -o pipefail
nginx
/opt/dragonfly/bin/cdn "$@"