You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2020/10/04 07:23:52 UTC

[apisix] branch master updated: chore: remove apisix_cores (#2260)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 385f2a4  chore: remove apisix_cores (#2260)
385f2a4 is described below

commit 385f2a471be0e0b3cd7d43e1cc86798fcc5902fe
Author: Swayam Raina <sw...@gmail.com>
AuthorDate: Sun Oct 4 12:53:42 2020 +0530

    chore: remove apisix_cores (#2260)
---
 Makefile   | 1 -
 bin/apisix | 2 --
 2 files changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index 36a045c..665271e 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,6 @@ init: default
 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 "APISIX is running..."
diff --git a/bin/apisix b/bin/apisix
index 342c0fc..5636384 100755
--- a/bin/apisix
+++ b/bin/apisix
@@ -33,8 +33,6 @@ local function execute_cmd(cmd)
     return data
 end
 
-execute_cmd("install -d -m 777 /tmp/apisix_cores/")
-
 local pkg_cpath_org = package.cpath
 local pkg_path_org = package.path