Skip to content

Commit 925e81b

Browse files
fix(loader): fix updates
1 parent 8960879 commit 925e81b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hugegraph-loader/assembly/travis/install-hugegraph-from-source.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ mkdir ${HTTPS_SERVER_DIR}
4040
# TODO: lack incubator after apache package release (update it later)
4141
cp -r apache-hugegraph-*/. ${HTTPS_SERVER_DIR}
4242
cd "$(find apache-hugegraph-* | head -1)"
43-
4443
# start HugeGraphServer with http protocol
4544
sed -i 's|gremlin.graph=org.apache.hugegraph.HugeFactory|gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy|' conf/graphs/hugegraph.properties
4645
sed -i 's|#auth.authenticator=.*|auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator|' conf/rest-server.properties

0 commit comments

Comments
 (0)