From 18f02b4e1b70eeb576fe10841a9390a9850a91ab Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Thu, 24 Nov 2016 15:06:40 +0100 Subject: Use correct path --- filedistribution/src/apps/status/vespa-status-filedistribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filedistribution/src') diff --git a/filedistribution/src/apps/status/vespa-status-filedistribution.sh b/filedistribution/src/apps/status/vespa-status-filedistribution.sh index 477e4f6bff5..d9add177b23 100644 --- a/filedistribution/src/apps/status/vespa-status-filedistribution.sh +++ b/filedistribution/src/apps/status/vespa-status-filedistribution.sh @@ -65,4 +65,4 @@ ROOT=$VESPA_HOME ZKSTRING=$($ROOT/libexec/vespa/vespa-config.pl -zkstring) test -z "$VESPA_LOG_LEVEL" && VESPA_LOG_LEVEL=warning export VESPA_LOG_LEVEL -exec $ROOT/libexec/vespa/status-filedistribution --zkstring "$ZKSTRING" $@ +exec $ROOT/bin/status-filedistribution --zkstring "$ZKSTRING" $@ -- cgit v1.2.3