imbajin commented on code in PR #2092:
URL:
https://github.com/apache/incubator-hugegraph/pull/2092#discussion_r1070602153
##########
hugegraph-dist/src/assembly/static/bin/hugegraph-server.sh:
##########
@@ -66,6 +66,11 @@ MAX_MEM=$((32 * 1024))
MIN_MEM=$((1 * 512))
MIN_JAVA_VERSION=8
+# download binary file
+if [[ ! -e ${CONF}/hugegraph-server.keystore ]]; then
+ wget -P "${CONF}"
https://github.com/apache/incubator-hugegraph-doc/blob/master/dist/server/hugegraph-server.keystore
Review Comment:
TODO: we should better use a tag branch like `1.0.0` to avoid `master`
branch changed uri
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]