From 3502b839bac19af14dec446aeabdffd10eb37897 Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Thu, 8 Jun 2017 13:26:46 +0200 Subject: avoid trailing slash in ROOT setting --- filedistribution/src/apps/status/vespa-status-filedistribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filedistribution') diff --git a/filedistribution/src/apps/status/vespa-status-filedistribution.sh b/filedistribution/src/apps/status/vespa-status-filedistribution.sh index d9add177b23..104688a4883 100644 --- a/filedistribution/src/apps/status/vespa-status-filedistribution.sh +++ b/filedistribution/src/apps/status/vespa-status-filedistribution.sh @@ -60,7 +60,7 @@ findroot # END environment bootstrap section -ROOT=$VESPA_HOME +ROOT=${VESPA_HOME%/} ZKSTRING=$($ROOT/libexec/vespa/vespa-config.pl -zkstring) test -z "$VESPA_LOG_LEVEL" && VESPA_LOG_LEVEL=warning -- cgit v1.2.3