mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
simplenode.runner: fix HEART_CMD arguments
This commit is contained in:
parent
cd1cc6dbee
commit
29d71e356c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ case "$1" in
|
||||||
fi
|
fi
|
||||||
shift # remove $1
|
shift # remove $1
|
||||||
RUN_PARAM=$(printf "\'%s\' " "$@")
|
RUN_PARAM=$(printf "\'%s\' " "$@")
|
||||||
HEART_COMMAND="$RUNNER_BASE_DIR/bin/$SCRIPT start"
|
HEART_COMMAND="$RUNNER_BASE_DIR/bin/$SCRIPT start $RUN_PARAM"
|
||||||
export HEART_COMMAND
|
export HEART_COMMAND
|
||||||
mkdir -p $PIPE_DIR
|
mkdir -p $PIPE_DIR
|
||||||
$ERTS_PATH/run_erl -daemon $PIPE_DIR $RUNNER_LOG_DIR "exec $RUNNER_BASE_DIR/bin/$SCRIPT console $RUN_PARAM" 2>&1
|
$ERTS_PATH/run_erl -daemon $PIPE_DIR $RUNNER_LOG_DIR "exec $RUNNER_BASE_DIR/bin/$SCRIPT console $RUN_PARAM" 2>&1
|
||||||
|
|
Loading…
Reference in a new issue