mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-04 21:17:36 +08:00
CLI: bugfix profile path not found exception. (#1210)
This commit is contained in:
parent
a610e8917c
commit
bd0ebdf742
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user