mirror of https://gitee.com/bigwinds/arangodb
Fix startLocalCluster.sh script w.r.t. rr and ssl.
This commit is contained in:
parent
11a9d3bb87
commit
cad0b3d3e2
|
@ -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 $! &
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue