bugfix(makefile): create temporary folder /tmp/apisix_cores.

This commit is contained in:
Yuansheng 2019-08-01 15:12:45 +08:00 committed by YuanSheng Wang
parent 47b7945976
commit cc1e93a662

View File

@ -56,7 +56,7 @@ init:
.PHONY: run
run:
mkdir -p logs
mkdir -p /tmp/cores/
mkdir -p /tmp/apisix_cores/
$(OR_EXEC) -p $$PWD/ -c $$PWD/conf/nginx.conf