This is an automated email from the ASF dual-hosted git repository.
wenming 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 647d8d9 bugfix: check every etcd version, rather than only check the
first one (#2380)
647d8d9 is described below
commit 647d8d9a62668aa066775ce2a3dc4c32a9c03209
Author: RocFang <[email protected]>
AuthorDate: Sat Oct 10 23:53:10 2020 +0800
bugfix: check every etcd version, rather than only check the first one
(#2380)
---
bin/apisix | 2 --
1 file changed, 2 deletions(-)
diff --git a/bin/apisix b/bin/apisix
index 32519a6..b37caf4 100755
--- a/bin/apisix
+++ b/bin/apisix
@@ -1012,8 +1012,6 @@ local function init_etcd(show_output)
", please upgrade your etcd cluster\n")
os.exit(1)
end
-
- break
end
local etcd_ok = false