summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-11-24 15:06:40 +0100
committerHarald Musum <musum@yahoo-inc.com>2016-11-24 15:06:40 +0100
commit18f02b4e1b70eeb576fe10841a9390a9850a91ab (patch)
tree3b6009ebd8e3f2ebe1c60a9d6d51fcfc6dc87b49 /filedistribution
parent6c649b7e3c9ad7a94b65fd6a47e8ee6ddbabe1ba (diff)
Use correct path
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/src/apps/status/vespa-status-filedistribution.sh2
1 files changed, 1 insertions, 1 deletions
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" $@