Skip to content

Commit

Permalink
Merge pull request #2 from binarin/rabbitmq-common-run-background-nod…
Browse files Browse the repository at this point in the history
…e-fix

Fix `run-background-brocker` makefile target
  • Loading branch information
dumbbell committed Nov 2, 2015
2 parents 3c17087 + 79d40eb commit 20f9a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/rabbitmq-run.mk
Expand Up @@ -129,7 +129,7 @@ run-broker:: virgin-node-tmpdir $(RABBITMQ_ENABLED_PLUGINS_FILE)
RABBITMQ_ALLOW_INPUT=true \
$(RABBITMQ_SERVER)

run-background-broker: virgin-tmpdir $(RABBITMQ_ENABLED_PLUGINS_FILE)
run-background-broker: virgin-node-tmpdir $(RABBITMQ_ENABLED_PLUGINS_FILE)
$(BASIC_SCRIPT_ENV_SETTINGS) \
$(RABBITMQ_SERVER) -detached

Expand Down

0 comments on commit 20f9a0d

Please sign in to comment.