1
0
Fork 0

Revert "removed debug logging again from local cluste"

This reverts commit 0ee4938b43.
This commit is contained in:
Max Neunhoeffer 2016-09-21 10:33:02 +02:00
parent 06d0b19a70
commit cc41b1624d
1 changed files with 4 additions and 1 deletions

View File

@ -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