1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Jan Steemann 2015-08-11 14:27:25 +02:00
commit 58c0502438
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ examples:
@srcdir@/lib/Admin \
> /tmp/arangosh.examples.js
if test -z "$(server.endpoint) "; then \
if test -z "$(server.endpoint)"; then \
$(MAKE) start-server PID=$(PID) \
SERVER_START="--server.endpoint tcp://$(VOCHOST):$(VOCPORT) --server.disable-authentication true" \
PROTO=http ;\