Skip to content

Commit 566e542

Browse files
committed
Make: Fix start-background-node
While it is not very important since the command is not used often it is worth fixing.
1 parent 6ae0347 commit 566e542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/rabbit_common/mk/rabbitmq-run.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ start-background-node: node-tmpdir $(DIST_TARGET)
319319
$(RABBITMQ_SERVER) \
320320
$(REDIRECT_STDIO) &
321321
ERL_LIBS="$(DIST_ERL_LIBS)" \
322-
$(RABBITMQCTL) -n $(RABBITMQ_NODENAME) wait --timeout $(RMQCTL_WAIT_TIMEOUT) $(RABBITMQ_PID_FILE) kernel
322+
$(RABBITMQCTL) -n $(RABBITMQ_NODENAME) wait --timeout $(RMQCTL_WAIT_TIMEOUT) $(RABBITMQ_PID_FILE)
323323

324324
start-background-broker: node-tmpdir $(DIST_TARGET)
325325
$(BASIC_SCRIPT_ENV_SETTINGS) \

0 commit comments

Comments
 (0)