From 5d855433fbd562427b1057c7e457adee3abf2ca6 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Wed, 7 Jun 2017 13:51:57 +0000 Subject: vespa-distributord-bin should point to vespa-storaged-bin --- dist/post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/post_install.sh b/dist/post_install.sh index bcc33c784ad..6bc7eb872eb 100755 --- a/dist/post_install.sh +++ b/dist/post_install.sh @@ -67,7 +67,7 @@ ln -s $PREFIX/lib/jars/orchestrator-jar-with-dependencies.jar $INSTALLPATH/conf/ ln -s $PREFIX/lib/jars/node-repository-jar-with-dependencies.jar $INSTALLPATH/conf/configserver-app/components/node-repository.jar ln -s $PREFIX/lib/jars/zkfacade-jar-with-dependencies.jar $INSTALLPATH/conf/configserver-app/components/zkfacade.jar ln -s $PREFIX/conf/configserver-app/components $INSTALLPATH/lib/jars/config-models -ln -s storaged-bin $INSTALLPATH/sbin/distributord-bin +ln -s vespa-storaged-bin $INSTALLPATH/sbin/vespa-distributord-bin # Temporary when renaming binaries in fsa ln -s vespa-fsadump $INSTALLPATH/bin/fsadump -- cgit v1.2.3