mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
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).
This commit is contained in:
parent
5d4272baef
commit
cdfcc27087
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue