summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-09-09 16:05:31 +0000
committerArne Juul <arnej@yahooinc.com>2022-09-09 16:05:31 +0000
commit6eaa9cb1fdabcf89b400908e60f361b5d323edef (patch)
tree7c91753d1c520a677a383e80f85d6ccc37d77c45 /vespaclient
parentfe5aecf15171acec53c3f3e2ff0667c7b7835d0d (diff)
switch to script-utils for security-env
Diffstat (limited to 'vespaclient')
-rwxr-xr-xvespaclient/src/sh/vespa-get-cluster-state2
-rwxr-xr-xvespaclient/src/sh/vespa-get-node-state2
-rwxr-xr-xvespaclient/src/sh/vespa-set-node-state2
3 files changed, 3 insertions, 3 deletions
diff --git a/vespaclient/src/sh/vespa-get-cluster-state b/vespaclient/src/sh/vespa-get-cluster-state
index 106254c6e3a..d6e451853de 100755
--- a/vespaclient/src/sh/vespa-get-cluster-state
+++ b/vespaclient/src/sh/vespa-get-cluster-state
@@ -74,6 +74,6 @@ findhost
# END environment bootstrap section
-eval $($VESPA_HOME/bin/vespa-security-env)
+eval $($VESPA_HOME/libexec/vespa/script-utils security-env)
exec $VESPA_HOME/libexec/vespa/GetClusterState.pl "$@"
diff --git a/vespaclient/src/sh/vespa-get-node-state b/vespaclient/src/sh/vespa-get-node-state
index b2b4bdbc864..4021aecf76c 100755
--- a/vespaclient/src/sh/vespa-get-node-state
+++ b/vespaclient/src/sh/vespa-get-node-state
@@ -74,6 +74,6 @@ findhost
# END environment bootstrap section
-eval $($VESPA_HOME/bin/vespa-security-env)
+eval $($VESPA_HOME/libexec/vespa/script-utils security-env)
exec $VESPA_HOME/libexec/vespa/GetNodeState.pl "$@"
diff --git a/vespaclient/src/sh/vespa-set-node-state b/vespaclient/src/sh/vespa-set-node-state
index a1e65984deb..0e19f6b0de0 100755
--- a/vespaclient/src/sh/vespa-set-node-state
+++ b/vespaclient/src/sh/vespa-set-node-state
@@ -74,6 +74,6 @@ findhost
# END environment bootstrap section
-eval $($VESPA_HOME/bin/vespa-security-env)
+eval $($VESPA_HOME/libexec/vespa/script-utils security-env)
exec $VESPA_HOME/libexec/vespa/SetNodeState.pl "$@"