From 964e2cc3c565594ed3823dcde2f801e2ed32efed Mon Sep 17 00:00:00 2001 From: Paolo de Dios Date: Mon, 26 Mar 2018 14:01:33 -0700 Subject: Fixed typo in environment variable assignment --- docker/run/run-vespa-internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/run/run-vespa-internal.sh b/docker/run/run-vespa-internal.sh index dce0d4dff97..cf00c8a32dc 100755 --- a/docker/run/run-vespa-internal.sh +++ b/docker/run/run-vespa-internal.sh @@ -14,7 +14,7 @@ cd $DIR # Workaround until we figure out why rpm does not set the ownership. chown -R vespa:vespa /opt/vespa -export VESPA_CONFIG_SERVERS=$(hostname) +export VESPA_CONFIGSERVERS=$(hostname) /opt/vespa/bin/vespa-start-configserver # Give config server some time to come up before starting services -- cgit v1.2.3