Skip to content

Commit

Permalink
Merge branch 'master' into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javeme authored Nov 22, 2022
2 parents 7cef608 + 7acd496 commit 41b5622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hugegraph-dist/src/assembly/static/bin/hugegraph
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@
### END INIT INFO

# Variables
# it requires user to set a fixed abs path manually
INSTALL_DIR=
SERVER_PORT=

${INSTALL_DIR:?"Please set variables 'INSTALL_DIR'"}
${SERVER_PORT:?"Please set variables 'SERVER_PORT'"}

BIN_DIR=$INSTALL_DIR/bin
SERVER_URL="http://localhost:${SERVER_PORT}"
DETECT_URL="$SERVER_URL/versions"
Expand Down

0 comments on commit 41b5622

Please sign in to comment.