membphis commented on a change in pull request #1692:
URL: https://github.com/apache/incubator-apisix/pull/1692#discussion_r438517098



##########
File path: Makefile
##########
@@ -79,9 +79,13 @@ init: default
 ### run:              Start the apisix server
 .PHONY: run
 run: default
+ifeq ("$(wildcard logs/nginx.pid)", "")
        mkdir -p logs
        mkdir -p /tmp/apisix_cores/
        $(OR_EXEC) -p $$PWD/ -c $$PWD/conf/nginx.conf
+else
+       @echo "Moat is running..."

Review comment:
       `APISIX is running...` is easier to understand.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to