summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Durán Aguete <manuel@aguete.org>2013-07-11 10:24:31 +0200
committerManuel Durán Aguete <manuel@aguete.org>2013-07-19 17:29:26 +0200
commitcdfcc27087a8989a562695a5e963bd76bb39ca8f (patch)
tree1f35874cd2843f21b9a9c36a4ec63fff68bcdfde
parent5d4272baefbd539e4ba13e6192770933f16d45d9 (diff)
Make REMSH node run in hidden mode
To avoid problems with REMSH node being visible from another nodes starts it in hidden mode (erl -hidden).
-rwxr-xr-xpriv/templates/simplenode.runner2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/simplenode.runner b/priv/templates/simplenode.runner
index e8abd20..260d067 100755
--- a/priv/templates/simplenode.runner
+++ b/priv/templates/simplenode.runner
@@ -136,7 +136,7 @@ ERTS_PATH=$RUNNER_BASE_DIR/erts-$ERTS_VSN/bin
NODETOOL="$ERTS_PATH/escript $ERTS_PATH/nodetool $NAME_ARG $COOKIE_ARG"
# Setup remote shell command to control node
-REMSH="$ERTS_PATH/erl $REMSH_NAME_ARG $REMSH_REMSH_ARG $COOKIE_ARG"
+REMSH="$ERTS_PATH/erl -hidden $REMSH_NAME_ARG $REMSH_REMSH_ARG $COOKIE_ARG"
# Common functions