aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/src/sh/vespa-set-node-state
blob: 574368d6b0927dbbc4a1a3c4d65e69683fe3efd2 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

eval $(vespa-security-env)

$VESPA_HOME/libexec/vespa/SetNodeState.pl "$@"