We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15eb0f commit a26f95dCopy full SHA for a26f95d
deps/rabbit_common/mk/rabbitmq-run.mk
@@ -392,12 +392,8 @@ start-brokers start-cluster: $(DIST_TARGET)
392
for n in $$(seq $(NODES)); do \
393
nodename="rabbit-$$n@$(HOSTNAME)"; \
394
if test '$@' = 'start-cluster' && test "$$nodename1"; then \
395
- ERL_LIBS="$(DIST_ERL_LIBS)" \
396
- $(RABBITMQCTL) -n "$$nodename" stop_app; \
397
ERL_LIBS="$(DIST_ERL_LIBS)" \
398
$(RABBITMQCTL) -n "$$nodename" join_cluster "$$nodename1"; \
399
400
- $(RABBITMQCTL) -n "$$nodename" start_app; \
401
else \
402
nodename1=$$nodename; \
403
fi; \
0 commit comments