aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2019-07-30 15:58:20 +0200
committerGitHub <noreply@github.com>2019-07-30 15:58:20 +0200
commit6877991f15c053cfbf3a2fb4c84dd444e1c4e11e (patch)
treecbecb3d0ee7028c7674c4aec1ea4f355671d8c1b
parentb9e33aa6cbee7806ae0dfab3a4f6466b98515961 (diff)
set path to vespa-security-env
-rwxr-xr-xsecurity-tools/src/main/sh/vespa-curl-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/security-tools/src/main/sh/vespa-curl-wrapper b/security-tools/src/main/sh/vespa-curl-wrapper
index da857984c01..da1465a07bc 100755
--- a/security-tools/src/main/sh/vespa-curl-wrapper
+++ b/security-tools/src/main/sh/vespa-curl-wrapper
@@ -6,7 +6,7 @@
set -e
-eval $(vespa-security-env)
+eval $($VESPA_HOME/bin/vespa-security-env)
CURL_PARAMETERS=("$@")