1
0
Fork 0

Fix startLocalCluster.sh script w.r.t. rr and ssl.

This commit is contained in:
Max Neunhoeffer 2016-09-29 16:36:14 +02:00
parent 11a9d3bb87
commit cad0b3d3e2
1 changed files with 1 additions and 1 deletions

View File

@ -268,8 +268,8 @@ startDebugger() {
--server.threads 5 \
--javascript.startup-directory ./js \
--javascript.app-path ./js/apps \
--server.authentication false &
$SSLKEYFILE \
--server.authentication false &
$XTERM $XTERMOPTIONS -e gdb build/bin/arangod -p $! &
}