From cc41b1624d47255e372b6f8f494419f30435a0cb Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Wed, 21 Sep 2016 10:33:02 +0200 Subject: [PATCH] Revert "removed debug logging again from local cluste" This reverts commit 0ee4938b43378eb14a3055b1b7dad317c6119133. --- scripts/startLocalCluster.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/startLocalCluster.sh b/scripts/startLocalCluster.sh index 546235bb3e..c4f09abff3 100755 --- a/scripts/startLocalCluster.sh +++ b/scripts/startLocalCluster.sh @@ -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