aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-05-18 10:22:09 +0200
committerJordan Wilberding <[email protected]>2014-05-18 10:22:09 +0200
commit0266fd14521e52c0500c9b8bee24bb01718a6667 (patch)
tree35ecbb3ad5201ca8890577cb43ec4e152b8ec08e
parent6127841b1aebd375b9d4e9f837e8bec07e2fa357 (diff)
downloadrelx-0266fd14521e52c0500c9b8bee24bb01718a6667.tar.gz
relx-0266fd14521e52c0500c9b8bee24bb01718a6667.tar.bz2
relx-0266fd14521e52c0500c9b8bee24bb01718a6667.zip
Fix whitespace
-rw-r--r--priv/templates/extended_bin.dtl12
1 files 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.