summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-06-10 14:17:40 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-06-10 14:17:40 +0100
commit7c6aaa312d34f462014b69fbf69598afb1251944 (patch)
treeef1f2b38f6d88df521c1b5af7bc99d587b40dd67 /scripts
parentcb09a100711be74fa6d7dc9cee275147289ec1eb (diff)
downloadrabbitmq-server-git-7c6aaa312d34f462014b69fbf69598afb1251944.tar.gz
Remove a HOSTNAME which should have been removed already...
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rabbitmq-multi1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rabbitmq-multi b/scripts/rabbitmq-multi
index 4bf4359897..5905069204 100755
--- a/scripts/rabbitmq-multi
+++ b/scripts/rabbitmq-multi
@@ -53,7 +53,6 @@ else
then RABBITMQ_NODE_PORT=${DEFAULT_NODE_PORT}
fi
fi
-[ "x" = "x$HOSTNAME" ] && HOSTNAME=`env hostname -s`
[ "x" = "x$RABBITMQ_NODENAME" ] && RABBITMQ_NODENAME=${NODENAME}
[ "x" = "x$RABBITMQ_SCRIPT_HOME" ] && RABBITMQ_SCRIPT_HOME=${SCRIPT_HOME}
[ "x" = "x$RABBITMQ_PIDS_FILE" ] && RABBITMQ_PIDS_FILE=${PIDS_FILE}