diff options
Diffstat (limited to 'bin/envoy')
| -rwxr-xr-x | bin/envoy | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ #!/bin/sh +if ! command -v envoy >/dev/null 2>&1; then + echo "Install envoy: https://www.envoyproxy.io/docs/envoy/latest/start/install" + exit 1 +fi + exec envoy $@ |
