Skip to content

Commit

Permalink
feat: pre-load some data in container(apache#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroundabout committed Aug 23, 2023
1 parent d74cce7 commit e355660
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ if [[ "$OPEN_SECURITY_CHECK" != "true" && "$OPEN_SECURITY_CHECK" != "false" ]];
exit 1
fi

if [[ "$PRELOAD" != "true" && "$PRELOAD" != "false" ]]; then
echo "USAGE: $0 [-d true|false] [-g g1] [-m true|false] [-p true|false] [-s true|false] [-j java_options]"
exit 1
fi

function abs_path() {
SOURCE="${BASH_SOURCE[0]}"
while [[ -h "$SOURCE" ]]; do
Expand Down

0 comments on commit e355660

Please sign in to comment.