aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/src/perl/bin/GetClusterState.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient/src/perl/bin/GetClusterState.pl')
-rwxr-xr-xvespaclient/src/perl/bin/GetClusterState.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/vespaclient/src/perl/bin/GetClusterState.pl b/vespaclient/src/perl/bin/GetClusterState.pl
index e3528fff039..155db87f34e 100755
--- a/vespaclient/src/perl/bin/GetClusterState.pl
+++ b/vespaclient/src/perl/bin/GetClusterState.pl
@@ -57,9 +57,11 @@ sub findhost {
my $tmp = $ENV{'VESPA_HOSTNAME'};
if (!defined $tmp) {
$tmp = `vespa-detect-hostname` or die "Could not detect hostname\n";
+ chomp $tmp;
}
system("vespa-validate-hostname $tmp");
( $? == 0 ) or die "Could not validate hostname\n";
+ return $tmp;
}
BEGIN {