aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorPaolo de Dios <paolodedios@gmail.com>2018-03-26 14:01:33 -0700
committerPaolo de Dios <paolodedios@gmail.com>2018-03-26 14:01:33 -0700
commit964e2cc3c565594ed3823dcde2f801e2ed32efed (patch)
tree38ec809986380caf5ffa0e4f36fc79f08a1a7596 /docker
parent45f34b57d8704b3b06d76ff2029d147463b11d66 (diff)
Fixed typo in environment variable assignment
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run/run-vespa-internal.sh2
1 files changed, 1 insertions, 1 deletions
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