summaryrefslogtreecommitdiff
path: root/bin/entrypoint.sh
blob: eb7dc07c201b9515e3d7b2ea8f6fcb88af7e915e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

[ -n "$DEBUG" ] && set -x

cd "$(dirname "$0")/.."
./bin/envoy.sh & ./bin/authzd & ./bin/sparkled