mirror of https://gitee.com/bigwinds/arangodb
Revert "removed debug logging again from local cluste"
This reverts commit 0ee4938b43
.
This commit is contained in:
parent
06d0b19a70
commit
cc41b1624d
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash
|
||||
if [ -z "$XTERM" ] ; then
|
||||
XTERM=xterm
|
||||
XTERM=x-terminal-emulator
|
||||
fi
|
||||
if [ -z "$XTERMOPTIONS" ] ; then
|
||||
XTERMOPTIONS="--geometry=80x43"
|
||||
fi
|
||||
|
||||
if [ ! -d arangod ] || [ ! -d arangosh ] || [ ! -d UnitTests ] ; then
|
||||
|
|
Loading…
Reference in New Issue