You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/03/07 06:29:25 UTC

[incubator-apisix] branch master updated: CLI: bugfix profile path not found exception. (#1210)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bd0ebdf  CLI: bugfix profile path not found exception. (#1210)
bd0ebdf is described below

commit bd0ebdf742127e5df727f35f82e57e2c880dcc81
Author: Ayeshmantha Perera <ak...@apache.org>
AuthorDate: Sat Mar 7 07:29:14 2020 +0100

    CLI: bugfix profile path not found exception. (#1210)
---
 bin/apisix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/apisix b/bin/apisix
index 2c097a7..3337eca 100755
--- a/bin/apisix
+++ b/bin/apisix
@@ -37,6 +37,7 @@ local apisix_home = "/usr/local/apisix"
 local pkg_cpath = apisix_home .. "/deps/lib64/lua/5.1/?.so;"
                   .. apisix_home .. "/deps/lib/lua/5.1/?.so;;"
 local pkg_path  = apisix_home .. "/deps/share/lua/5.1/apisix/lua/?.lua;"
+                  .. "/usr/local/share/lua/5.1/apisix/lua/?.lua;"
                   .. apisix_home .. "/deps/share/lua/5.1/?.lua;;"
 
 -- only for developer, use current folder as working space