Browse Source

simplenode.runner: fix HEART_CMD arguments

pull/3/head
Yurin Slava 13 years ago
committed by Tuncer Ayaz
parent
commit
29d71e356c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner View File

@ -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…
Cancel
Save