summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-11-12 15:06:45 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-11-12 15:06:45 +0000
commit715a0a89c552004585e1084a945173c41bc5f658 (patch)
tree3cd0759e58b1549b17af5937fdfd3024b83f24ff /Makefile
parent63b44aeaa874cc59a33da1df975bde4e907213d6 (diff)
downloadrabbitmq-server-git-715a0a89c552004585e1084a945173c41bc5f658.tar.gz
*cough*
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 859825f535..e413f87941 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ start-background-node: all
start-rabbit-on-node: all
echo "rabbit:start()." | $(ERL_CALL)
- #./scripts/rabbitmqctl -n $(RABBITMQ_NODENAME) wait $(RABBITMQ_MNESIA_DIR).pid
+ ./scripts/rabbitmqctl -n $(RABBITMQ_NODENAME) wait $(RABBITMQ_MNESIA_DIR).pid
stop-rabbit-on-node: all
echo "rabbit:stop()." | $(ERL_CALL)