aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/bin/vdsgetsystemstate.sh
blob: eed33a6a04909a0ab16e3f21591a98cca5289f08 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

echo "WARNING: This binary has been renamed from vdsgetsystemstate to "
echo "         vdsgetclusterstate. Currently, this script calls the other. "
echo "         as a convinience. This script will be removed later."

vdsgetclusterstate $@