aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/src/sh/vespa-set-node-state
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-07-17 18:02:59 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-07-17 18:03:03 +0200
commitd7eaab13927596f57486fb74560a9bb71ce2d361 (patch)
tree824fb5b7e13e98022417301a17a93fdcda279072 /vespaclient/src/sh/vespa-set-node-state
parent87a900b73f23c13b777288c2b4202b5f52e802a6 (diff)
Use exec to invoke Perl scripts
Diffstat (limited to 'vespaclient/src/sh/vespa-set-node-state')
-rwxr-xr-xvespaclient/src/sh/vespa-set-node-state2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient/src/sh/vespa-set-node-state b/vespaclient/src/sh/vespa-set-node-state
index 0e6a35a21d5..292ad8aef27 100755
--- a/vespaclient/src/sh/vespa-set-node-state
+++ b/vespaclient/src/sh/vespa-set-node-state
@@ -72,4 +72,4 @@ findhost
eval $($VESPA_HOME/bin/vespa-security-env)
-$VESPA_HOME/libexec/vespa/SetNodeState.pl "$@"
+exec $VESPA_HOME/libexec/vespa/SetNodeState.pl "$@"