From 0266fd14521e52c0500c9b8bee24bb01718a6667 Mon Sep 17 00:00:00 2001 From: Jordan Wilberding Date: Sun, 18 May 2014 10:22:09 +0200 Subject: Fix whitespace --- priv/templates/extended_bin.dtl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/priv/templates/extended_bin.dtl b/priv/templates/extended_bin.dtl index 0b6c763..45a9e67 100644 --- a/priv/templates/extended_bin.dtl +++ b/priv/templates/extended_bin.dtl @@ -30,7 +30,7 @@ relx_rem_sh() { # Generate a unique id used to allow multiple remsh to the same node # transparently id="remsh$(relx_gen_id)-${NAME}" - + # Setup remote shell command to control node exec "$BINDIR/erl" "$NAME_TYPE" "$id" -remsh "$NAME" -boot start_clean \ -setcookie "$COOKIE" @@ -60,8 +60,8 @@ if [ -z "$VMARGS_PATH" ]; then VMARGS_PATH="$RELEASE_ROOT_DIR/vm.args" USE_DIR="$RELEASE_ROOT_DIR" else - USE_DIR="$REL_DIR" - VMARGS_PATH="$REL_DIR/vm.args" + USE_DIR="$REL_DIR" + VMARGS_PATH="$REL_DIR/vm.args" fi fi @@ -156,7 +156,7 @@ case "$1" in # Set arguments for the heart command set -- "$SCRIPT_DIR/$REL_NAME" "$HEART_OPTION" [ "$RUN_PARAM" ] && set -- "$@" "$RUN_PARAM" - + # Export the HEART_COMMAND HEART_COMMAND="$@" export HEART_COMMAND @@ -298,7 +298,7 @@ case "$1" in export PROGNAME # Store passed arguments since they will be erased by `set` - ARGS="$@" + ARGS="$@" # Build an array of arguments to pass to exec later on # Build it here because this command will be used for logging. @@ -333,7 +333,7 @@ case "$1" in export PROGNAME # Store passed arguments since they will be erased by `set` - ARGS="$@" + ARGS="$@" # Build an array of arguments to pass to exec later on # Build it here because this command will be used for logging. -- cgit v1.2.3