1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-parser-simplification

This commit is contained in:
Jan Steemann 2015-06-12 18:30:45 +02:00
commit 3e9f2e8873
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ fi
if test -n "$ORIGINAL_PATH"; then
# running in cygwin...
PS='\'
export EXT=".exe"
else
export EXT=""
PS='/'
fi;
@ -38,7 +40,7 @@ echo Database has its data in data-$PID
echo Logfile is in log-$PID
$VG bin/arangod \
--configuration none \
--cluster.agent-path bin${PS}etcd-arango \
--cluster.agent-path bin${PS}etcd-arango${EXT} \
--cluster.arangod-path bin${PS}arangod \
--cluster.coordinator-config etc${PS}relative${PS}arangod-coordinator.conf \
--cluster.dbserver-config etc${PS}relative${PS}arangod-dbserver.conf \