diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/envoy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/envoy.sh b/bin/envoy.sh index 7f2dcee..692167c 100755 --- a/bin/envoy.sh +++ b/bin/envoy.sh @@ -24,7 +24,7 @@ if [ -z "$HMAC_SESSION_SECRET" ]; then export HMAC_SESSION_SECRET="$OAUTH_CLIENT_SECRET" fi -if ! command -v envoy; then +if ! command -v envoy > /dev/null 2>&1; then echo "envoy could not be found: https://www.envoyproxy.io/docs/envoy/latest/start/install" exit 1 fi |
