mirror of
https://github.com/correl/rebar.git
synced 2025-03-26 05:15:07 -09: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
|
||||
shift # remove $1
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue