diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-25 13:59:48 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-25 13:59:48 +0100 |
| commit | 831e65295113a5e38b45d75612affde866914d60 (patch) | |
| tree | 7a6c837f64d80f8ec960099a459872abae9c860c /scripts/rabbitmq-plugins | |
| parent | c23c9583976ef7d1408f776e284ea083e3c75d1d (diff) | |
| download | rabbitmq-server-git-831e65295113a5e38b45d75612affde866914d60.tar.gz | |
Make "rabbitmqctl forget_cluster_node --offline" impersonate the node rather than require you start one in the background.
Diffstat (limited to 'scripts/rabbitmq-plugins')
| -rwxr-xr-x | scripts/rabbitmq-plugins | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins index 36910effac..8b5b30b720 100755 --- a/scripts/rabbitmq-plugins +++ b/scripts/rabbitmq-plugins @@ -19,14 +19,6 @@ # Non-empty defaults should be set in rabbitmq-env . `dirname $0`/rabbitmq-env -##--- Set environment vars RABBITMQ_<var_name> to defaults if not set - -[ "x" = "x$RABBITMQ_NODENAME" ] && RABBITMQ_NODENAME=${NODENAME} -[ "x" = "x$RABBITMQ_ENABLED_PLUGINS_FILE" ] && RABBITMQ_ENABLED_PLUGINS_FILE=${ENABLED_PLUGINS_FILE} -[ "x" = "x$RABBITMQ_PLUGINS_DIR" ] && RABBITMQ_PLUGINS_DIR=${PLUGINS_DIR} - -##--- End of overridden <var_name> variables - exec ${ERL_DIR}erl \ -pa "${RABBITMQ_HOME}/ebin" \ -noinput \ |
