This is an automated email from the ASF dual-hosted git repository. ming pushed a commit to branch simon824-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit d0ee1682f32f70172a9ae41abf300fab38b8e9cd Author: Simon Cheung <[email protected]> AuthorDate: Tue Dec 5 18:37:27 2023 +0800 Update util.sh --- hugegraph-server/hugegraph-dist/src/assembly/static/bin/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/util.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/util.sh index 64980403b..fa3f94a21 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/util.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/util.sh @@ -141,7 +141,7 @@ function wait_for_startup() { return 1 fi - status=$(curl -I -s -w "%{http_code}" -o /dev/null "$server_url") + status=$(curl -I -s -k -w "%{http_code}" -o /dev/null "$server_url") if [[ $status -eq 200 || $status -eq 401 ]]; then echo "OK" echo "Started [pid $pid]"
