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 1f09c1c  chore(cli): tweak error msg (#3952)
1f09c1c is described below

commit 1f09c1ca057c79e1a7869cf166851ee576a8cc3c
Author: 罗泽轩 <[email protected]>
AuthorDate: Wed Mar 31 19:10:51 2021 +0800

    chore(cli): tweak error msg (#3952)
    
    Signed-off-by: spacewander <[email protected]>
---
 bin/apisix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/apisix b/bin/apisix
index dbdc290..cfb0e29 100755
--- a/bin/apisix
+++ b/bin/apisix
@@ -50,5 +50,5 @@ elif [[ "$LUA_VERSION" =~ "Lua 5.1" ]]; then
     echo "lua $APISIX_LUA $*"
     exec lua $APISIX_LUA $*
 else
-    echo "ERROR: Please check the version of OpenResty and Lua, OpenResty 1.19 
and Lua 5.1 are recommended before install Apache APISIX."
+    echo "ERROR: Please check the version of OpenResty and Lua, OpenResty 1.19 
+ LuaJIT or OpenResty before 1.19 + Lua 5.1 is required for Apache APISIX."
 fi

Reply via email to