We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783399f commit 34a4cb6Copy full SHA for 34a4cb6
1 file changed
hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh
@@ -99,7 +99,6 @@ if [[ $PRELOAD == "true" ]]; then
99
sed -i -e '/registerBackends/d; /serverStarted/d' "${SCRIPTS}/${EXAMPLE_SCRIPT}"
100
fi
101
102
-# TODO: show the output message in hugegraph-server.sh when start the server
103
if [[ $DAEMON == "true" ]]; then
104
echo "Starting HugeGraphServer in daemon mode..."
105
"${BIN}"/hugegraph-server.sh "${CONF}/${GREMLIN_SERVER_CONF}" "${CONF}"/rest-server.properties \
0 commit comments